loadMovieNum and cache
loadMovieNum and cache
Out of context: Reply #2
- Started
- Last post
- 18 Responses
- weldedturkey0
here's what i use to prevent caching, used in the _root movie.
{_root.daRandom();
daFile = "yourmoviethatyouwanttoload?" + _root.daRandomNumber;
loadMovie(daFile, "yourmoviestargetdestination");
}function daRandom() {
_root.daRandomNumber = Math.random()
}