flash swap depths??
flash swap depths??
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- brandboy0
instead of using numbers and depth for the next movie clips that will be loading, you can use
GetNextHighestDepth();
an example would be:
_quality = "low";
createEmptyMovieClip ("earth", getNextHighestDepth());
earth._rotation=23;earth._xscale=125;
earth._yscale=125;
earth._x = 135;
earth._y = 135;
for (i=0;i