This content has been marked as final.
Show 1 reply
-
1. Re: making a clip to play at random intervals
elainefinnell Feb 25, 2013 5:34 PM (in response to mhartington)Hi, mhartington-
Totally. You can make the blink a symbol with a really long lead time, and then you can do the following:
- At the end of the symbol's timeline, create either a trigger or a Timeline.complete event
- In this action, you can select the next location and timeline location using randomizing functions written in JavaScript
- Using this information, you can jump to a certain place in the timeline using sym.play(location) and relocate the symbol instance using the jQuery handle (sym.getSymbolInstance().css("left", newlocation))
Hope that points you in the right direction!
-Elaine



