How to Make an Un-cheatable Maze Game [AS2 - For Beginners]
oleh snipahar
How to Make an Un-cheatable Maze Game [AS2 - For Beginners]
Tag untuk How to Make an Un-cheatable Maze Game [AS2 - For Beginners]
Deskripsi
This tutorial will teach you go to make a maze game and then how to make it un-cheat-able. Two tutorials in one, wouldn't you say?
[This tutorial was written in AS2. AS3 is for advanced projects, but for simpler projects AS2 is the way to go, so please don't say that this tutorial isn't up to date, I just, let's say, simplified it for the first time programmers and developers, so please don't complain, it's like saying that someones art is terrible if they have Photoshop CS4 and not CS5, you get the point, don't you?]
Cara Bermain
You can navigate the tutorial with the arrow keys or you can search for the scroll bar that isn't even there. Other instructions are to read and I'm assuming you know how to do that.
Komentar
snipahar
Jul. 21, 2010
I just want to clear up a few thing for the people who say that this isn't a game. Well it isn't, sort of,there is a Tutorial section on Kongregate, specifically made for developers and programmers alike, it's found here: http://www.kongregate.com/tutorials-games so please don't downrate this without knowing that there is in-fact a tutorial section, sorry for the confusion guys and I hope you rate this fairly.
ecklcakes
Jul. 22, 2010
If the walls are thick (like in this) even on a frame rate of 30 you generally can't skip through the walls. But if they are thin even putting up to 120 can't always stop it!
Also if you want to stop people moving out of the screen and around to the exit you can add the following code to your path:
on(rollOut){
gotoAndStop(2)
}
This means that if you go off the path you will be redirected to the game over screen even if you don't go onto the "walls".
Another cheat prevention method!
If you want to see the cheat prevention methods from here in action check out The Ultimate Maze Game 2, created by me with a little help from Snippy ;)
Here:
www.kongregate.com/games/ecklcakes/the-ultimate-maze-game-2/
(made in AS2)
Hope this helped!
LiquidEggProduct
Jul. 22, 2010
Three things: 1. Letting the user know to use the arrow keys to scroll should be in the tutorial. Not everyone will read the instructions section! 2. The text continues to scroll slowly after releasing the arrow key. This is annoying. 3. It's hard to read.
snipahar
Jul. 21, 2010
Vogelsong, have you added the second frame to your Main Timeline yet. If you haven’t try that and add: stop(); to your first frame and add the second frame. If that’s not the problem, is there any errors that come up?
snipahar
Jul. 21, 2010
Mchlmltn, this is a tutorial and if you read the instructions you'd know that you can navigate through the tutorial with the arrow keys, hope that clears some things up.