|
-
Variable Question
Hey, I'll apologise in advance - this is probably going to be a noob question. What would the code be to make a movie clip change frames depending on what a variable is? For example, the code I have at the moment that isn't working is;
onClipEvent(enterFrame){
if(V = 1);{
_root.MC.gotoAndStop(2);
}
}
Thanks in advance.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|