Flash Help
Flash Help
Out of context: Reply #10
- Started
- Last post
- 17 Responses
- nRIK0
yep it does, i thought of doing that, but that would quite work properly i think- i wouldnt have much control over the next item, or how many items to create and referencing may get outtahand
would u by anychance know the code to test if the newMC had finished loading?
say like
curr_item = curr_menu.attachMovie(...)
if [curr_item finished loading] {
do blah
}probably better to do a while loop, and will keep doing whatever until its finished loading and go onto the next for loop iteration.. does that make sense?