home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / Simba.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  161 b   |  15 lines

  1. on startMovie
  2.   cursor(200)
  3. end
  4.  
  5. on stopMovie
  6.   cursor(-1)
  7. end
  8.  
  9. on FForward
  10.   if the key = " " then
  11.     go("FF")
  12.     set the keyDownScript to EMPTY
  13.   end if
  14. end
  15.