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

  1. on exitFrame
  2.   if rollOver(23) then
  3.     cursor([73, 74])
  4.     go(the frame)
  5.   else
  6.     cursor(-1)
  7.     go(1)
  8.   end if
  9. end
  10.  
  11. on mouseDown
  12.   global camino, quepeli
  13.   sound playFile 1, camino
  14.   cursor(-1)
  15.   set quepeli to EMPTY
  16.   go("cambio")
  17. end
  18.