Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| archiv:opensim:downloads:scripts:webimage [2024/10/18 18:03] – Externe Bearbeitung 127.0.0.1 | archiv:opensim:downloads:scripts:webimage [Unbekanntes Datum] (aktuell) – Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ===== Webimage ===== | ||
| + | |||
| + | < | ||
| + | default | ||
| + | { | ||
| + | | ||
| + | { | ||
| + | | ||
| + | } | ||
| + | | ||
| + | { | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | if (llStringLength(URLTexture)> | ||
| + | { | ||
| + | llSay(0," | ||
| + | llSetTexture(URLTexture, | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | oder | ||
| + | |||
| + | < | ||
| + | default { | ||
| + | state_entry() | ||
| + | { | ||
| + | llSay( 0, " | ||
| + | } | ||
| + | touch_start(integer total_number) | ||
| + | { | ||
| + | llSay( 0, " | ||
| + | string | ||
| + | integer refreshRate = 600; | ||
| + | string | ||
| + | string srcURL1 = " | ||
| + | string srcURL2 = " | ||
| + | string srcURL = " | ||
| + | string URLTexture=osSetDynamicTextureURL(dynamicID, | ||
| + | if (llStringLength(URLTexture)> | ||
| + | { | ||
| + | | ||
| + | | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||