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