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

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