home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00098_Script_98 < prev    next >
Text File  |  1996-03-11  |  320b  |  12 lines

  1. on exitFrame
  2.   global PrevMovie , Sticks
  3.   
  4.   put the ticks into Sticks
  5.   
  6.   if PrevMovie <> "body" or PrevMovie <> "power" then set PrevMovie = "body"
  7.   
  8.   put line random(9) of field ("loadText."&PrevMovie) into field "stageText"
  9.   puppetSprite 1, true
  10.   set the LocH of sprite 1 to 91
  11.   updateStage
  12. end