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

  1. on mouseUp
  2.   global engineSwitch
  3.   sound playFile 1, "Click.aif"
  4.   if engineSwitch = 1 then
  5.     go("rejoin", "Engine.dir")
  6.   else
  7.     go(1, "Engine.dir")
  8.   end if
  9. end
  10.