Changeset 215 for trunk/lingosource/castlib1/OSCmenu_Handlers.ls
- Timestamp:
- 12/15/08 13:00:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/OSCmenu_Handlers.ls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/OSCmenu_Handlers.ls
r180 r215 1 -- OSCmenu_Handlers 2 ----------------------------------- 3 -- PROPERTIES: 4 --!memberProperties: [#name: "OSCmenu_Handlers", #scripttype: #score, #scriptSyntax: #lingo, #comments: ""] 5 -- 6 -- DESCRIPTION: 7 -- This script handles the parsing and handling of the menu with 8 -- all handlers of the current stage movie 9 -- 10 -- REQUIRES: 11 -- script "aleXtrasMovieScript" as provider for library scripts -> xscr() 12 -- script "commonMovieScript" -- standard handlers 13 -- 14 -- USAGE: 15 -- behavior which is either on the OSC control menu member 16 -- (in case of using OSC for the menu display) 17 -- or an invisible shape mmember 18 -- (in case of using buddyMenu to display the menu) 19 -- Accordingto the type of the sprite.member the corresponding xtra is used 20 ----------------------------------- 21 1 22 property pCurrentHandlerList 2 23 property pCallerSprite
Note: See TracChangeset
for help on using the changeset viewer.
