home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMakerName, gMakerNum
- puppetSound("click")
- updateStage()
- set tmp to line the mouseLine of field "Filenames"
- set gMakerName to tmp
- set gMakerNum to NameToNum(gMakerName)
- put gMakerName && gMakerNum
- if (gMakerNum = 0) or ((gMakerNum = 1) and (gMakerName <> "ALI")) then
- alert("oops! problem with name")
- else
- go(the frame + 1)
- end if
- end
-