home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
GAME.DIR
/
00117_Script_doAtmosphere
< prev
next >
Wrap
Text File
|
1996-03-27
|
291b
|
20 lines
global gPower
on mouseDown
if( doButtonPress() ) then
if( gPower < 17) then
decreasePower(1)
doPlaySound( "AT00" )
go to the frame + 1
else
-- else bark
doPlaySound( "Power3" )
end if
doFlush()
end if
end