home *** CD-ROM | disk | FTP | other *** search
- global gtemp, gp_num
-
- on exitFrame
- set mx to the mouseH
- set my to the mouseV
- set gtemp to wakuchk(mx, my)
- if gtemp = 0 then
- spritexy(9, 700, 500)
- end if
- playsound(4)
- animebutton3(3, "Quit,1", "Quit,2")
- animebutton3(4, "Config,1", "Config,2")
- mouseonsp2(5, "Return,U", "Return")
- go(the frame)
- end
-