home *** CD-ROM | disk | FTP | other *** search
/ George of the Jungle Press Kit / GEORGE.iso / pc / george.dxr / Internal_955.ls < prev    next >
Encoding:
Text File  |  1997-06-23  |  465 b   |  17 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.       init(1, 48, 0, 0)
  9.       go(the frame + 1)
  10.     end if
  11.   else
  12.     set the loc of sprite 10 to point(320, 240)
  13.     set the loc of sprite 9 to point(-500, -500)
  14.   end if
  15.   go(the frame)
  16. end
  17.