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

Ignore:
Timestamp:
10/24/08 12:12:09 (4 years ago)
Author:
alex
Message:

updated movie to incorporate new version of library scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib2/HierarchicalMenuManager_1.ls

    r15 r18  
    1 -- Manager Behavior for Hierarchical Menu by Alex da Franca ©2004 da.Franca@online.de 
     1-- Manager Behavior for Hierarchical Menu by Alex da Franca c2004 da.Franca@online.de 
    22----------------------------------------------------------------------------------- 
    33-- 
     
    13081308     
    13091309    tscr = mGetXScript(#Alex_HierMenuParent) 
    1310     if not(voidP(tscr)) then pMyHierMenu =  new(tscr) 
     1310    if not(listP(tscr)) then 
     1311      if ilk(tscr) = #instance then tscr = tscr.script 
     1312      pMyHierMenu =  new(tscr) 
     1313    end if 
    13111314     
    13121315  end if 
Note: See TracChangeset for help on using the changeset viewer.