Advertisement
salahzar

mostra immagine web

Mar 10th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.     state_entry()
  4.     {
  5.         llSetText("Cambia descrizione con url di una foto e tocca",<1,1,1>,1);
  6.     }
  7.     touch_start(integer count)
  8.     {
  9.          string URLTexture=osSetDynamicTextureURL("", "image" ,llGetObjectDesc()  , "", 600 );
  10.     }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement