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

Ignore:
Timestamp:
03/20/09 18:08:22 (3 years ago)
Author:
alex
Message:

added handler to export only scripttext with metadata for the member and added new handler to svn quicklinks to update all castlibs

File:
1 edited

Legend:

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

    r186 r228  
    4949      halt 
    5050    end if 
     51     
     52    if voidP(cms.script) then -- strangely enough this happened suddenly, dunno why... 
     53      -- until now it happened only in authoring with the stopped movie 
     54      -- therefore I just exit here without alert 
     55      halt 
     56    end if 
     57     
    5158    alextras = rawnew(cms.script) 
    5259    if ilk(alextras) <> #instance then 
     
    5562    end if 
    5663    (script "aleXtrasMovieScript").pAleXtras = alextras 
     64     
    5765  end if 
    5866  return alextras 
Note: See TracChangeset for help on using the changeset viewer.