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

  1. global activsp, activsam
  2.  
  3. on action me
  4.   if activsp = 0 then
  5.     exit
  6.   end if
  7.   member("Sam-Movie", "Sam").loop = sprite(13).status
  8.   updateStage()
  9. end
  10.