home *** CD-ROM | disk | FTP | other *** search
/ The Trigger Effect Interactive Kit / triggerz.exe / Trigger.exe / Trigger.DXR / 00055.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  150 b   |  8 lines

  1. on exitFrame
  2.   global WhichDirection, MoveAmount
  3.   set MoveAmount to 1
  4.   set WhichDirection to "Down"
  5.   puppetSprite(10, 1)
  6.   puppetSprite(20, 1)
  7. end
  8.