home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the mouseH > 595 then
- set the visible of sprite 4 to 0
- set the visible of sprite 6 to 1
- pigia()
- HELP()
- else
- if the mouseV < 571 then
- set the visible of sprite 6 to 0
- set the visible of sprite 4 to 1
- pigia()
- end if
- end if
- updateStage()
- end
-
- on mouseUp
- if the mouseV < 571 then
- hap()
- set the visible of sprite 4 to 1
- updateStage()
- end if
- end
-