Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
12/15/08 13:00:15 (3 years ago)
Author:
alex
Message:

only copy dir and cst files now, when doing svn update movie binaries. added function to split path in order to not assume, that the first dot is the file extension seperator

File:
1 edited

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 
    122property pCurrentHandlerList 
    223property pCallerSprite 
Note: See TracChangeset for help on using the changeset viewer.