home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen_pl.dir / 00002_prepVR1.ls next >
Encoding:
Text File  |  1999-06-27  |  261 b   |  15 lines

  1. on enterFrame
  2.   global gInfoContext
  3.   set gInfoContext to "e_01"
  4.   set the MovieMouseClick of sprite(1) to 0
  5. end
  6.  
  7. on exitFrame
  8.   if soundBusy(1) then
  9.     swingStep(1, #left, 1)
  10.     go(the frame)
  11.   else
  12.     set the MovieMouseClick of sprite(1) to 1
  13.   end if
  14. end
  15.