home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global recordquery, nombre, alias
- set alias to nombre & "a"
- set the picture of member 120 to the picture of member alias
- set provi to the name of member the member of sprite the clickOn
- set longi to length(provi) - 1
- set posicion to integer(char longi of provi)
- set baselina to integer(the text of field "parcial")
- set movimiento to baselina - 1 + posicion
- DGRSMoveFirst(recordquery)
- DGRSMove(movimiento, recordquery)
- cursor(0)
- set provi to the name of member the member of sprite the currentSpriteNum
- set the foreColor of field provi to 4
- go("mostrar")
- end
-
- on mouseEnter
- set provi to the name of member the member of sprite the currentSpriteNum
- set the foreColor of field provi to 4
- cursor(280)
- end
-
- on mouseLeave
- set provi to the name of member the member of sprite the currentSpriteNum
- set the foreColor of field provi to 0
- cursor(0)
- end
-