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

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