I can't beat level 3, it seems impossible. and the collision sucks, don't use hitTest(), especially on circles.
I can't beat level 3, it seems impossible. and the collision sucks, don't use hitTest(), especially on circles.
Thanks you for the info, instead of hitTest() what should i use (since im kinda a noobie to flash)
make a second one
powerups pick-ups, different levels. theres so much you could put in this
I'm looking into it :)
about the problem
on the if(hittest) script add:
&& !Key.isDown(0) to the f statement. what that does is see if the mouse button is pressed. so the colision script only works if the left click button isnt down.
Alright thanks for your review!
Great game
cant wait for the next part
Thanks :) Great work testing the game, ImpotentBoy2! You really helped me out there. :D
this isnt a good tutorial
you put way to much into frames and stuff. like NEVER EVER EVER EVER use a jumping animation like that!!!!!EVER! use physics. make him fall with actionscript, dont put stop on each frame just use gotoAndStop() all the time instead. dont use left and right animations. use a right only then make the _xscale =-100 when you press left, and 100 for right. your not good enough to make tutorials.
you are so right on that one...
i know this sucks, but its for n00bs so what the heck
using AS in you responds autorblues...
_root.bedn.lamePoints ++
anyways i love the idea, and using AS:main as shields, genius. you need to make it harder though.
sorry if theres alot of typos in this review. I'm rushing this because i really have to pee...... had
_root.ImpotentBoy.lamePoints--;
_root.gotoAndPlay("denvishday");
change the movement
id suggest you try this
onClipEvent (load) {
x = y=0;
}
onClipEvent (enterFrame) {
_x += x += (Key.isDown(Key.RIGHT) && x<10)-(Key.isDown(Key.LEFT) && x>-10);
_y += y += (Key.isDown(Key.DOWN) && y<10)-(Key.isDown(Key.UP) && y>-10);
x *= .9;
y *= .9;
}
Whats wrong with the movement, its fine...
dude your not really that good at flash
now percival he can make tutorial, he accualy can animate, your stick figures suck dude,the coolest thing about your movie was the head bobbing up and down on the main menu
I'm not that bad at animating am i, :(, by the way i love the Ballistic movie :D
Wholesome AF
Age 36
Corporate shill
Chicago
Joined on 4/1/03