• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question for you Flash gurus...

GoingUp

Lifer
I am workin on my website, and even when I am following tips on the internet I cannot get this to work.

I load a movie of pictures over the top of my main one. Behind the loaded movie, I make all the buttons on the main movie invisible. How do I make the buttons visible again before I unload the movie?

Right now I have

_root.button1._visible = true; but it isnt workin for some reason....

Im using Flash MX...
 
anyone?

on level 0 if I say

_level1.gotoandPlay(10) it will goto frame 10 in level 1 and play

but when im in level 1 and I type

_level0.gotoandPlay(5) it wont do anything at all....
 
Back
Top