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