thats a good game. i got 21 i like the menu music where it says play. Maybe just add a theme i.e space or something, as that always brightens up a classic game. good work!!!
Well Awesty you don’t need to make a tutorial for the whole thing can it just be a basic one telling you how to make your guy move with the mouse instead of keys.
To make it so that it saves a local high score add:
To Frame:
soScores = SharedObject.getLocal(”flashcookie”);
mListener = new Object();
var score = 0;
if (soScores.data.highScore != null)
{
highScore = soScores.data.highScore;
}
There needs to be 2 Dynamic text boxes; one called “highScore” and the other called “score”
hey i’ve been making games for awhile now and i have bookmarked your page so i can see it when ever i want i just wanted to say that u have done a great job and i think u need to make a tutorial on how to make movement like if press left arrow key u don’t just move left it moves the feet too like i have mostly experimented with stick and i don’t know how to make there foot move that would be great and also u need a tutorial on how to pick up multiple weapons and to be able to hold them and to attack an enemy with it and also how to buy things from a vendor with money that u can pick up and stuff like that but other then that great job love your web site i am hoping to see the things i asked for done! ha jk but that would help everyone who goes on your page happy there face will be like this
[…] Okay, I was messing around with trig and kinematics and I managed to make this with it. Just use the cursor to move around. Play it now! […]
can you teach us how you made this?
Maybe.
Amazing. Brilliant. Completely Awesome.
well, i’m impressed
WOW. That’s really good and its sooo addictive. Good job it would be awesome if you gave a short tutorial on how to make it.
I might.
Did you just finish this the other day?
kool lol im high score is 12 beat that!!
Nice work, but i have a question:
Is the HighScore saved to your server or is it local?
I did 20 btw Bryce
nice work
Yeszzzzzzzzz
HIGHSCORE = 23
@VideoKing: I finished it the day before I posted it.
@Bryce K: I got like 28 or something.
@BzzD: The highscore isnt saved. Next time you play it the highscore will be reset to 0.
lol i got 17
thats a good game. i got 21
i like the menu music where it says play. Maybe just add a theme i.e space or something, as that always brightens up a classic game. good work!!!
impressed!!!
got 19
pretty addicting
yay 23!
I LOVE this game!!!! I am sooo addictied to it!!!
I et 32 points…. It gets really hard
Very good job Awesty. I really like how the squares add up once you collect the white circle.
@Videoking: 32 ?!?! wow O.O
highscore 53
Well Awesty you don’t need to make a tutorial for the whole thing can it just be a basic one telling you how to make your guy move with the mouse instead of keys.
Someone actually got 164 or something like that.
164… i thought i dont have a life…
I only got 13
i only got 1!!!
To make it so that it saves a local high score add:
To Frame:
soScores = SharedObject.getLocal(”flashcookie”);
mListener = new Object();
var score = 0;
if (soScores.data.highScore != null)
{
highScore = soScores.data.highScore;
}
There needs to be 2 Dynamic text boxes; one called “highScore” and the other called “score”
(I think this is correct)
hey awesty, simple question.. how u make it with the “cheese/white dots”? so when he touch’s, something happens, but how can u make another spawn?
thanks
I just did something like:
if(snake.hitTest(dot)){
dot._x = random(Stage._width);
dot._y = random(Stage._height);
}
hey i’ve been making games for awhile now and i have bookmarked your page so i can see it when ever i want i just wanted to say that u have done a great job and i think u need to make a tutorial on how to make movement like if press left arrow key u don’t just move left it moves the feet too like i have mostly experimented with stick and i don’t know how to make there foot move that would be great and also u need a tutorial on how to pick up multiple weapons and to be able to hold them and to attack an enemy with it and also how to buy things from a vendor with money that u can pick up and stuff like that but other then that great job love your web site i am hoping to see the things i asked for done! ha jk but that would help everyone who goes on your page happy there face will be like this
The walking one has already been covered in the fighting tutorial, but I will try to remember those other ideas
cool!! A really fun and addictive game. btw my score was 15.
3338604d63eb…
3338604d63eb9093cbc2…
my snake starts to go spazzy when i get 10 or more, it goes all over the place and i die =/