home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the member of sprite 14 to "demo1-hi"
- set the locH of sprite 16 to 86
- end
-
- on mouseLeave
- set the member of sprite 14 to "demo1"
- set the locH of sprite 16 to -80
- end
-
- on mouseDown
- global ChangeCursor
- puppetSound(4, "click")
- lazyPC(4)
- set the member of sprite 11 to "ButDw"
- updateStage()
- wait_for(30)
- set ChangeCursor to 0
- cursor(200)
- go(1, "cuentos")
- end
-