home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cstraight("32", 280, 380, 250, 360, 320, 320)
- repeat while (the mouseH > 100) and (the mouseH < 210) and ((the mouseV > 230) and (the mouseV < 375))
- set the locH of sprite 10 to 159
- updateStage()
- if the mouseDown then
- go("coke1")
- exit repeat
- end if
- end repeat
- go(the frame)
- end
-