home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global curs
- marcaImprimir()
- set the visible of sprite 48 to 0
- case curs of
- 1:
- printFrom(label("ca1"), label("ca1"), 100)
- 2:
- printFrom(label("ca2"), label("ca2"), 100)
- 3:
- printFrom(label("ca3"), label("ca3"), 100)
- 4:
- printFrom(label("ca4"), label("ca4"), 100)
- end case
- set the visible of sprite 48 to 1
- end
-