home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / random.dir / 00284_Script_284 < prev    next >
Text File  |  1996-03-11  |  276b  |  13 lines

  1. on exitFrame
  2.   global PrevMovie , Sticks
  3.   
  4.   sound stop 1
  5.   sound stop 2
  6.   
  7.   put the ticks into Sticks
  8.   
  9.   put line random(9) of field ("loadText."&PrevMovie) into field "stageText"
  10.   puppetSprite 21, true
  11.   set the LocH of sprite 21 to 91
  12.   updateStage
  13. end