home *** CD-ROM | disk | FTP | other *** search
/ George of the Jungle Press Kit / GEORGE.iso / pc / george.dxr / Internal_898.ls < prev    next >
Encoding:
Text File  |  1997-06-23  |  693 b   |  24 lines

  1. global gCurrentFrame
  2.  
  3. on exitFrame
  4.   doRoll()
  5.   if the movieRate of sprite 6 = 0 then
  6.     set the loc of sprite 9 to point(320, 240)
  7.     set the loc of sprite 10 to point(-500, -500)
  8.     if the movieTime of sprite 6 = the duration of member the memberNum of sprite 6 then
  9.       if not (the puppet of sprite 6) then
  10.         puppetSprite(6, 1)
  11.       end if
  12.       set the memberNum of sprite 6 to the number of member "matte"
  13.       set the loc of sprite 6 to point(320, 240)
  14.       updateStage()
  15.       init(1, 48, 0, 0)
  16.       go(gCurrentFrame && "Int")
  17.     end if
  18.   else
  19.     set the loc of sprite 10 to point(320, 240)
  20.     set the loc of sprite 9 to point(-500, -500)
  21.   end if
  22.   go(the frame)
  23. end
  24.