home *** CD-ROM | disk | FTP | other *** search
- function...=function xxx
- |
- end xxx
-
- if...then...else...end=if | then
- xxx
- else
- xxx
- end if
-
- if...then...else=if | then
- xxx
- else xxx
-
- if...then...end=if | then
- xxx
- end if
-
- if...then=if | then xxx
-
- lockmenus...=set lockmenus to true
- |
- set lockmenus to false
-
- lockmessages...=set lockmessages to true
- |
- set lockmessages to false
-
- lockscreen...=set lockscreen to true
- |
- set lockscreen to false
-
- on ...=on xxx
- |
- end xxx
-
- on closeBackground...=on closeBackground
- |
- end closeBackground
-
- on closeCard...=on closeCard
- |
- end closeCard
-
- on closeProject...=on closeProject
- |
- end closeProject
-
- on closeWindow...=on closeWindow
- |
- end closeWindow
-
- on idle...=on idle
- |
- end idle
-
- on mouseDown...=on mouseDown
- |
- end mouseDown
-
- on mouseStillDown=on mouseStillDown
- |
- end mouseStillDown
-
- on mouseUp...=on mouseUp
- |
- end mouseUp
-
- on openBackground...=on openBackground
- |
- end openBackground
-
- on openCard...=on openCard
- |
- end openCard
-
- on openProject...=on openProject
- |
- end openProject
-
- on openWindow...=on openWindow
- |
- end openWindow
-
- on startUp...=on startUp
- |
- end startUp
-
- repeat ...=repeat
- |
- end repeat
-
- repeat for...=repeat for | times
-
- end repeat
-
- repeat until..=repeat until |
-
- end repeat
-
- repeat while...=repeat while |
-
- end repeat
-
- repeat with...=repeat with | = xxx to xxx
-
- end repeat
-
- --
-
- do
-
- else
-
- end
-
- exit
-
- function
-
- global
-
- if
-
- next
-
- on
-
- pass
-
- repeat
-
- return
-
- send
-
- then
-
-