home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global cod, nom, pulsado
- set cod to "de"
- set nom to the text of field "demos0"
- set nom to char 3 to length(nom) of nom
- put nom into field "laplicacion"
- set the visible of sprite 12 to 1
- set the visible of sprite 13 to 1
- set the locV of sprite 7 to the locV of sprite the clickOn + 7
- set pulsado to the locV of sprite the clickOn + 7
- set the visible of sprite 7 to 1
- seleccionar(cod, nom)
- cursor(0)
- end
-
- on mouseEnter
- global color21, tama├▒o21
- set col21 to integer(color21)
- set tam21 to integer(tama├▒o11)
- set the foreColor of field "demos0" to col21
- set the textSize of member "demos0" to tam21
- cursor(280)
- end
-
- on mouseLeave
- global color2, tama├▒o2
- set col2 to integer(color2)
- set tam2 to integer(tama├▒o2)
- set the foreColor of field "demos0" to col2
- set the textSize of member "demos0" to tam2
- cursor(0)
- end
-