home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 21
/
cdromtoday-21.iso
/
pc
/
multbird
/
birddemo.dir
/
00157_Script_157
< prev
next >
Wrap
Text File
|
1995-06-27
|
557b
|
26 lines
on mouseDown
global birdFind,currBird,birdsAvailible,birdFindInfo,localDir,maxMonth,homeDir
if (getAt(birdsAvailible,birdFind))=currBird then
sound stop 1
sound stop 2
playPuppet("correct")
updateUserInfo( (getAt(birdFindInfo,1)) , (getAt(birdFindInfo,2)) )
saveUserInfo(userInfo)
cursor 4
set currMonth = getAt(birdFindInfo,1)
set currItem = getAt(birdFindInfo,2)
go "start" of movie localDir&"profile.dir"
else
playPuppet("incorrect")
end if
end