home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(23) then
- cursor([73, 74])
- go(the frame)
- else
- cursor(-1)
- go(1)
- end if
- end
-
- on mouseDown
- global camino, quepeli
- sound playFile 1, camino
- cursor(-1)
- set quepeli to EMPTY
- go("cambio")
- end
-