home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / vivi_ex.exe / vivi_ex.DXR / 00042.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  360 b   |  16 lines

  1. on exitFrame
  2.   global gnum1
  3.   puppetSprite(40, 1)
  4.   puppetSprite(41, 1)
  5.   puppetSprite(42, 1)
  6.   if gnum1 > 179 then
  7.     set the locH of sprite 40 to 222
  8.     set the locH of sprite 41 to 183
  9.     set the locH of sprite 42 to 222
  10.     updateStage()
  11.   end if
  12.   set the locV of sprite 40 to 36
  13.   set the locV of sprite 41 to 36
  14.   set the locV of sprite 42 to 36
  15. end
  16.