home *** CD-ROM | disk | FTP | other *** search
- property level, S, ro, m
-
- on getPropertyDescriptionList
- description = [:]
- addProp(description, #level, [#default: "A", #format: #text, #comment: "Level"])
- return description
- end
-
- on beginSprite me
- S = me.spriteNum
- m = the memberNum of sprite S
- ro = m + 3
- end
-
- on mouseEnter me
- rocursor()
- set the memberNum of sprite S to ro
- end
-
- on mouseLeave me
- regcursor()
- set the memberNum of sprite S to m
- end
-
- on mouseUp me
- regcursor()
- set the memberNum of sprite S to m
- new_game(level)
- go("play")
- end
-
- on reset me
- end
-