really, really basic Flash question
really, really basic Flash question
Out of context: Reply #11
- Started
- Last post
- 12 Responses
- gabe0
is your "test.play();" on frame 1 of the main timeline? if it is, put it on frame 2 and throw a "stop();" on it.
i bet what's happening is the code "test.play();" is on frame 1 and it's being called before your movie clip is loaded.