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

Ignore:
Timestamp:
04/06/08 11:11:43 (4 years ago)
Author:
alex
Message:

now with version checking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/showHideHelp.ls

    r63 r163  
    1111  else 
    1212    sprite(me.spritenum).member = member("show_help") 
    13     (the activewindow).rect = rect(r.left, r.top, r.right, r.top + sprite(xscr().mGetkanal(#helpTextSprite)).rect.top) 
     13    (the activewindow).rect = rect(r.left, r.top, r.right, r.top + sprite(xscr().mGetkanal(#helpTextSprite)).rect.top - 10) 
    1414    if (label("withoutSearch") <> marker(0)) then go "withoutSearch" 
    1515  end if 
Note: See TracChangeset for help on using the changeset viewer.