home *** CD-ROM | disk | FTP | other *** search
- property destino
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseUp me
- go(destino)
- cursor(-1)
- end
-
- on getPropertyDescriptionList me
- num = the currentSpriteNum + 10
- lista = [:]
- addProp(lista, #destino, [#format: #marker, #default: "menu", #comment: "Punto del menu asociado"])
- return lista
- end
-