Flash Question
Flash Question
Out of context: Reply #12
- Started
- Last post
- 14 Responses
- joyride0
traces are just a way to see whats going on... you'll use them all the time when debugging.
You can put them in a function like:
trace("This is running");But in the first frame of each projectX.swf put
trace("project1.swf");
obviously put project2-5 for the rest.just want to see when each movie is loaded and if it loads another movie. when it goes back to different images