home *** CD-ROM | disk | FTP | other *** search
/ Browser - Artopolis 97 / browser.iso / mac / artrope / artrope.dir / 00002_Script_videoFrame < prev    next >
Text File  |  1997-10-08  |  679b  |  28 lines

  1. global gIsMac
  2.  
  3. on exitFrame
  4.   if the movieTime of sprite 1 < (the duration of member "intropolis.mov" of castLib "intro/entro") then 
  5.     go to the frame
  6.   else
  7.     -- puppetSprite 1,1
  8.     set the movieRate of sprite 1 to 0
  9.     set the movieTime of sprite 1 to 0
  10.     -- set the visible of sprite 1 to false
  11.     --    if not gIsMac then
  12.     --      updateStage
  13.     --    end if
  14.     go to frame "choice"
  15.   end if
  16. end
  17.  
  18. on mouseDown 
  19.   --puppetsprite 1,1
  20.   set the movieRate of sprite 1 to 0
  21.   set the movieTime of sprite 1 to 0
  22.   -- set the visible of sprite 1 to false
  23.   --  if not gIsMac then
  24.   --    updateStage
  25.   --  end if
  26.   go to frame "choice"
  27. end
  28.