home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 21
/
cdromtoday-21.iso
/
pc
/
multbird
/
birddemo.dir
/
00198_Script_198
< prev
next >
Wrap
Text File
|
1995-06-27
|
157b
|
10 lines
on mouseDown
global birdActive,tempgo
if not (birdActive) then
set tempgo = "garden"&string(random(7))
go tempgo
end if
end