home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gnum1
- set v to the mouseV
- repeat with gnum1 = 1 to 10
- if (v > (155 + (gnum1 * 20))) and (v < (172 + (gnum1 * 20))) then
- exit repeat
- end if
- end repeat
- if gnum1 = 11 then
- exit
- end if
- cursor(200)
- repeat with n = 46 to 48
- set the cursor of sprite n to 0
- end repeat
- repeat with n = 14 to 38
- set the cursor of sprite n to 0
- end repeat
- puppetSound(3, 98)
- puppetSprite(46, 1)
- set the locV of sprite 46 to 155 + (gnum1 * 20)
- set the castNum of sprite 46 to 226
- if the frame < 20 then
- go("h2")
- else
- go("h3")
- end if
- end
-