home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1995 July / PCPRO.ISO / motoring / support / tech / workshop.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1995-05-11  |  199 b   |  10 lines

  1. repeat while the mouseCast = (Steer + 1)
  2.   go(the frame)
  3.   put "STEERING" into field "Gadget"
  4.   if the mouseDown then
  5.     sound playFile 1, "Click.aif"
  6.     exit
  7.   end if
  8. end repeat
  9. go(label("loop"))
  10.