The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 Viewswell basically what i have is a movie clip with this code on it
onClipEvent (enterFrame) {
if (this.hitTest(_root.bar)) {
_root.note.gotoAndPlay(2);
}
}
and on the second frame of the movie clip i have this
if (Key.isDown(Key.UP)) {
_root.note.gotoAndPlay(3);
} else {
_root.note.gotoAndPlay(2);
}
and the 3rd is a blank frame
the problem is whenever the note collides with the bar it goes to the second frame, witch is red, and then disappears a couple seconds later with out you haveing to press anything
whats wrong with the code
btw
stop();
is on all 3 of the frames within the not MC
Snipers get more head
any one know where i can upload the fla.
Snipers get more head
come on peopl wouldn't you love a fun game to play?
Snipers get more head
http://spamtheweb.com/ul/upload/031208/7 0941_gh_game.fla
here's the file so u can see what i mean, i really need help people, please?
Snipers get more head
Your far too vague. Is that your exact code? Do you have no other code?
No i cant be bothered downloading your fla. Post enough info here and we wont have to.
Lol I made a guitar hero game but I used arrays.
Click to view.
At 12/3/08 07:44 PM, TheoGames wrote: Lol I made a guitar hero game but I used arrays.
http://www.newgrounds.com/portal/view/45 9825
arrays? it seems ive bit off more than i can chew
ill have to get better at AS i guess
Snipers get more head
Yeah, i just set up numbers that spawned arrows. 1-4 and 1 is up and 2 is side and ect
onClipEvent (enterFrame) {
if (this.hitTest(_root.bar)) {
_root.note.gotoAndStop(2);
}
}
You need gotoAndStop(), not gotoAndPlay. Change it in the other sections too.
"Whoever said 'winners never quit' obviously never considered addicts." - Hoeloe
At 12/3/08 08:13 PM, uyersuyer wrote: onClipEvent (enterFrame) {
if (this.hitTest(_root.bar)) {
_root.note.gotoAndStop(2);
}
}
You need gotoAndStop(), not gotoAndPlay. Change it in the other sections too.
what the--- how in heck did you get that gradient???
"Spend all night with him, youll wind up with a sore ass. Spend all night with me and youll wind up with a smart ass - Jedi's Groucho Ma impression"
that wont matter becuase i ahve stop frames on all of it
Snipers get more head
how do you use arrays?
what are they?
will it make it any easier?
I've never touched the subject...well not intentionally
Snipers get more head
Snipers get more head