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

source: trunk/lingosource/castlib1/resizewindowfs.ls

Last change on this file was 180, checked in by alex, 4 years ago

export with correct linebreaks

File size: 283 bytes
Line 
1on exitFrame me
2  gross = (label("withSearch") = marker(0))
3  r = (the activewindow).rect
4  (the activewindow).rect = rect(r.left, r.top, r.left + 186 + (gross * 200), r.bottom)
5  member("searchword").text = ""
6  member("searchword").editable = gross
7  sprite(4).editable = gross
8end
Note: See TracBrowser for help on using the repository browser.