home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1995 July
/
PCPRO.ISO
/
motoring
/
support
/
tech
/
workshop.dir
/
00032.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-11
|
167 b
|
10 lines
on mouseUp
global engineSwitch
sound playFile 1, "Click.aif"
if engineSwitch = 1 then
go("rejoin", "Engine.dir")
else
go(1, "Engine.dir")
end if
end