darc10222
April 11th, 2006, 04:48 AM
There could probably be a simpler way with what Im trying to do with my game altogether but Ill just stick to what Im trying right now. Im trying to get it to say
If fire=true then firebar gotoandplay(2).
But I cant find the code.
onClipEvent(mouseDown){
if(fire=true){
_root.firebar
gotoAndPlay(2);
}
}
Thats what Ive got so far. And I've tried improving it but its not working. I know that code should not work but I've tried more than just that. Can someone please help?
If fire=true then firebar gotoandplay(2).
But I cant find the code.
onClipEvent(mouseDown){
if(fire=true){
_root.firebar
gotoAndPlay(2);
}
}
Thats what Ive got so far. And I've tried improving it but its not working. I know that code should not work but I've tried more than just that. Can someone please help?