Can anyone please tell me how I can tell Flash to load an image into the Load component when the component is on a different frame.
What I mean is…I have a button that I want to load an image but I want that image to load on the 2nd frame not the first because that is where the load component is. So I think it would be something like OnRelease(); {gotoAndPlay(2);} onLoad (); but I don’t actually know I have no idea. I am literally just starting to lean AS3. I have an idea of what I want to build I just don’t know the correct way of doing it so if someone wouldn’t mind helping me out with the how the code should look or even a better way of doing what I want I would appreciate it a lot.
Cheers