phone_selfies_popup.qsrc 446 B

1234567891011121314151617
  1. # phone_selfies_popup
  2. !! This is used to create a popup that shows the enlarged selfie
  3. !! show uses $phone_loc to determine where the picture is located
  4. if $ARGS[0] = 'show':
  5. msg '<img src="images/pc/selfies/<<$phone_loc>>/<<$ARGS[1]>>/<<$ARGS[2]>>.jpg">'
  6. end
  7. !! show2 passes the location and image number
  8. if $ARGS[0] = 'show2':
  9. msg '<img src="<<$ARGS[1]>><<$ARGS[2]>>.jpg">'
  10. end
  11. --- phone_selfies_popup ---------------------------------