flash code
flash code
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- woodyBatts0
In my flash work, I presume you are using AS2, I would create a movieClip called "container" on the main timeline, then load whatever I needed there, so my code would be :
myButton.onRelease = function(){
_root.container.loadMovie("myAwe...}
hope it helps