flash q
flash q
- Started
- Last post
- 2 Responses
- Spix
I have a movieclip that I want to be seen when I click on a button...and not be seen if I click on the button again...the thing is that the moviclip always needs to be running, so whenever the visitor click for it to be visuable it sync up with the rest of the flashfile.
how would I do that?
- blindpilot0
_root.movieclipname._visible=0
or
_root.movieclipname._visible=1have inside an if loop to detect the current status
allow the moviclip to play as it should and disco....
- Spix0
thanks....I will try that out..