home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / demo_t.dir / 00019_Script_19 < prev    next >
Text File  |  1994-02-24  |  417b  |  18 lines

  1. on exitFrame
  2.   set the locH of sprite 14 to -100
  3.   set the locV of sprite 14 to -100
  4.   set the locH of sprite 11 to -100
  5.   set the locV of sprite 11 to -100
  6.   set the locH of sprite 13 to -100
  7.   set the locV of sprite 13 to -100
  8.   set the locH of sprite 12 to -100
  9.   set the locV of sprite 12 to -100
  10.   updatestage
  11.   repeat with i=2 to 14
  12.     puppetSprite i, 0
  13.   end repeat
  14. end
  15.  
  16. on idle
  17.   nothing
  18. end