home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 11 / CDACTUAL11.iso / islasoft / pro000.dxr / lingo_5.ls < prev    next >
Encoding:
Text File  |  1997-03-07  |  347 b   |  24 lines

  1. on enterFrame
  2. end
  3.  
  4. on exitFrame
  5.   if soundBusy(2) = 0 then
  6.     go(the frame + 1)
  7.   end if
  8.   go(the frame)
  9. end
  10.  
  11. on idle
  12.   if rollOver(35) or rollOver(36) then
  13.     go("ani4")
  14.   end if
  15.   repeat with elemento = 18 to 27
  16.     if rollOver(elemento) then
  17.       pasaraton(elemento)
  18.     end if
  19.   end repeat
  20.   if rollOver(40) then
  21.     go("imp")
  22.   end if
  23. end
  24.