|
Post by 3dassets on Jul 21, 2014 20:24:01 GMT
Hi, I have a few animations and wanted to play one after another at the end of each (movie), meaning the browser will load the next by itself. Some kind of trigger script? Would be useful to have example for all the script functions otherwise wasted for people like me who only do art content.
Thanks.
|
|
|
Post by Hippani on Jul 21, 2014 22:19:38 GMT
In the movie properties turn off loop. Then, in 'On End' add script like this:
GetUrl("NextMovie.html");
|
|
|
Post by 3dassets on Jul 22, 2014 18:47:14 GMT
Thank you very much!
|
|