I liked it. Simple and short. I would have liked a button to skip the dialogue parts bit by bit. Also it would have been nice to have the WASD keys move the character as well. Most games do that.
I liked it. Simple and short. I would have liked a button to skip the dialogue parts bit by bit. Also it would have been nice to have the WASD keys move the character as well. Most games do that.
Thank you for the review
I will try to do all that
And add more cutscenes with skip buttons but I can’t at the moment my laptop I use has a broken screen and I don’t think it will work :( so please be paicent with updates
Nice try, but the game doesn't work. The score goes infinitely if the circle goes too far to the right of the screen.
Fixed!
I've been looking for this tutorial!!!!!!!
Thanks so much for creating this tutorial. I'm trying to make a flash game and I couldn't figure out where to get all the codes. This tutorial really helps :)
Thanks, I am glad to help.
Nice!
This is one of the better flash avoider games that I've seen! Hey I read that cheat about using the tab button. I found a way to disable the tab button if you want to disable that cheat. You just have to put....
Button.prototype.tabEnabled=false;
...in the first frame of actionscript in the flash.
But I have a question...? How do you get the "finish" to disappear when you right click the screen? I'd like to use that in my flash avoider game.
Thanks. By the way I've made it so you cant cheat with the tab button already. But thanks anyway. Also to answer your question. Add this code onto the area where your mouse moves across
onClipEvent (enterFrame) {
if(Key.isDown(2)) {
// Do something
}
Age 39, Male
Student
Chapman University
Dana Point, CA
Joined on 11/5/04