home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / rehoboe.dxr / 00069.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  246 b   |  11 lines

  1. on exitFrame
  2.   set x to the locH of sprite 2
  3.   set y to the locV of sprite 2
  4.   set the locH of sprite 2 to 1024
  5.   set the locV of sprite 2 to 768
  6.   updateStage()
  7.   set the locH of sprite 2 to x
  8.   set the locV of sprite 2 to y
  9.   updateStage()
  10. end
  11.