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

  1. global activsp, activsam, nowtime, 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 = nowtime + 2
  10.   if endtime <= nowtime then
  11.     sprite(100).movieTime = 0
  12.   else
  13.     sprite(100).movieTime = nowtime + 2
  14.   end if
  15.   updateStage()
  16. end
  17.