|
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 |
|---|
| 6 | the itemdelimiter = the last char of the moviepath |
|---|
| 7 | mup = the moviepath |
|---|
| 8 | delete the last item of mup |
|---|
| 9 | put the last item of mup |
|---|
| 10 | the itemdelimiter = olddelim</delim> |
|---|
| 11 | <bye>close window "myMesswin"</bye> |
|---|
| 12 | <ssp>put RETURN & "sendSprite(call(#mGetKanal, [mGetXScript()], #kanalname), #befehl)" & RETURN</ssp> |
|---|
| 13 | <getpath>global pfad |
|---|
| 14 | fio = new(xtra "fileio") |
|---|
| 15 | pfad = fio.displayOpen() |
|---|
| 16 | fio = 0</getpath> |
|---|
| 17 | <woo>Authoring_ExchangeScriptListColorsToRGBs</woo> |
|---|
| 18 | <unix_mp>up = the moviepath |
|---|
| 19 | dl = the last char of up |
|---|
| 20 | olddelim = the itemdelimiter |
|---|
| 21 | the itemdelimiter = dl |
|---|
| 22 | delete item 1 of up |
|---|
| 23 | the itemdelimiter = olddelim |
|---|
| 24 | offs = offset(dl, up) |
|---|
| 25 | repeat while offs &gt; 0 |
|---|
| 26 | put "/" into char offs of up |
|---|
| 27 | offs = offset(dl, up) |
|---|
| 28 | end repeat |
|---|
| 29 | put 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.