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

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