home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Field Trip to the Sky (Demo)
/
Mac_Sunburst_AFieldTripToTheSky-Demo.iso
/
DIR
/
GAME.DIR
/
00106_Script_Reset
< prev
next >
Wrap
Text File
|
1996-03-27
|
244b
|
16 lines
on enterFrame
global gChoosing
--close window "GAME2.DIR"
--forget window "GAME2.DIR"
-- we're no longer choosing
set gChoosing to FALSE
-- reset the game
gameReset()
-- start again
go to "Main"
end