loadMovieNum and cache
loadMovieNum and cache
Out of context: Reply #16
- Started
- Last post
- 18 Responses
- weldedturkey0
the most important thing i want to do is have the playhead start at random spots in the timeline.
similar to this (from flash)
therandom=math.random();
therandom=therandom*700;
therandom=math.round(therandom);
if (therandom<2) therandom=2;
gotoAndPlay(therandom);