home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 2 / boot-disc-1996-10.iso / Demo.dir / 00010_Script_10 < prev    next >
Text File  |  1996-08-09  |  257b  |  13 lines

  1. on mouseDown
  2.   pressbtn()
  3.   set the actorlist=[]
  4.   repeat with index=1 to 48
  5.     if the puppet of sprite index then
  6.       puppetsprite index,false
  7.     end if
  8.   end repeat
  9.   clearglobals
  10.   global gReturn
  11.   set gReturn=true
  12.   go to the frame+1
  13. end