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

source: trunk/myMesswin_Alias.xml

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

added reveal handler in script editor

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<Untitled>
3        <MP>the moviepath</MP>
4        <mn>the moviename</mn>
5        <delim>olddelim = the itemdelimiter
6the itemdelimiter = the last char of the moviepath
7mup = the moviepath
8delete the last item of mup
9put the last item of mup
10the itemdelimiter = olddelim</delim>
11        <bye>close window &quot;myMesswin&quot;</bye>
12        <ssp>put RETURN &amp; &quot;sendSprite(call(#mGetKanal, [mGetXScript()], #kanalname), #befehl)&quot; &amp; RETURN</ssp>
13        <getpath>global pfad
14fio = new(xtra &quot;fileio&quot;)
15pfad = fio.displayOpen()
16fio = 0</getpath>
17        <woo>Authoring_ExchangeScriptListColorsToRGBs</woo>
18        <unix_mp>up = the moviepath
19dl = the last char of up
20olddelim = the itemdelimiter
21the itemdelimiter = dl
22delete item 1 of up
23the itemdelimiter = olddelim
24offs = offset(dl, up)
25repeat while offs &amp;gt; 0
26put &quot;/&quot; into char offs of up
27offs = offset(dl, up)
28end repeat
29put up</unix_mp>
30        <white>rgb(255, 255, 255)</white>
31        <black>rgb(0, 0, 0)</black>
32        <green>rgb(0, 255, 0)</green>
33        <blue>rgb(0, 0, 255)</blue>
34</Untitled>
Note: See TracBrowser for help on using the repository browser.