home *** CD-ROM | disk | FTP | other *** search
/ Pro-motion 2 / PM02-Disk1.iso / mac / Parts / Main.dir / Script_25_--Sam-Action.ls < prev    next >
Encoding:
Text File  |  2001-01-31  |  196 b   |  12 lines

  1. global activsp, activsam, endtime
  2.  
  3. on action me
  4.   if activsp = 0 then
  5.     exit
  6.   end if
  7.   sprite(100).visible = 1
  8.   sprite(100).movieRate = 0
  9.   sprite(100).movieTime = endtime
  10.   updateStage()
  11. end
  12.