How to insert thumburl ?
I got thumburl of scene on hotspots,
copy(scene_name, scene[get(linkedscene)].name);
copy(thumb_url, scene[get(scene_name)].thumburl);
trace(thumb_url);
showlog();
Trace Ok.
Now i try to insert thumb_url in array..
copy(layer[get(thumbname1)].url, hotspot[get(i)].thumb_url);
not working...
but this works fine.. ( shows only last thumb )
copy(layer[get(thumbname1)].url, .thumb_url);