home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / mainmov.dir / 00023_Script_23 < prev    next >
Text File  |  1995-06-07  |  146b  |  11 lines

  1. --roadtrip loop
  2.  
  3. on exitFrame
  4.   global gDesertRoll
  5.   
  6.   if rollover(gDesertRoll) then
  7.     nothing
  8.   else
  9.     go "roadtrip2"
  10.   end if
  11. end