nothing didnt help me :(!!
i saw one normal tutorial on youtube so now i know this:
on(release){
gotoAndStop/Play(frame);
}
onClipEvent(enterFrame/load){
_root(name.name)_visible = false/true;
}
play();
stop();
on(release){
if(_root.name.name)_visible = true;
gotoAndStop(2);
}
and thats it but i wanna know how to use the "if"
like i wanted to do if i press this button this movie clip will open and then will do his command.
but i could not figure out what to use..
i tried
on(release){
_root(name.name)...
and thats it im stuck i dont have any idea what to do!
please help me i need good tutorials ..
or im to stupid to understand the ones on the site :P