Yeah so I don't know if this belongs here, otherwise, someone should move it...
Anyway, to my problem. I don't know if there are anyone who are good in flash but I'm stuck with a problem.
I solved the first problem myself. This is my next problem:
on ClipEvent(enterframe){
if(blabla == blabla){
gotoandplay("marker")
trace("something");
}
else{
}
}
The problem is that when blabla == blabla it traces the message but it doesn't go to the marker. I think it has got to do with the clipEvent thingy, but when I tried a while-loop the file crashed... I need to check the if-else case all the time, anyone who can help out?
Anyway, to my problem. I don't know if there are anyone who are good in flash but I'm stuck with a problem.
I solved the first problem myself. This is my next problem:
on ClipEvent(enterframe){
if(blabla == blabla){
gotoandplay("marker")
trace("something");
}
else{
}
}
The problem is that when blabla == blabla it traces the message but it doesn't go to the marker. I think it has got to do with the clipEvent thingy, but when I tried a while-loop the file crashed... I need to check the if-else case all the time, anyone who can help out?