An Ak-Chin Comcon Exclusive!! Ninja Hero is a game workshop project that wants you to mess with it. Keys Left Arrow, Right Arrow and Spacebar If game glitches use "1" to reset Ninja at starting flag.
A Jeffrey Stoffer:) Welcome to Ninja Hero! The 16-Bit Game where you control all of the rules. In Ninja Hero you don’t just play the game, you get control every aspect of how it works. Does that sound complicated, don’t worry it’s not. Let’s dive into battle! Let’s try the game out! It’s easy, all you have to do is get the three coins and avoid the bat. Wait you can’t reach the coins? Where to Start? Yes that was a bad joke, but where your Ninja starts on the stage is important. The Ninja will always start where the Japanese Flag is. You can grab and move it and click the green flag to see the ninja start in a new place. Building your platforms. Ninja Hero is equipped with 5 platforms you can place anywhere on the stage. All you have to do is click on the Costume tab in the top-middle of the screen. Then select which platform you want. Remember: there is such a thing as too many platforms. You don’t have to use all of them. Just leave them clear and they will stay invisible. How many Enemies and Coins do you want? You can change your mind later, but you can make as many enemies as you want and you can have up to 9 coins. To make more all you have to do is right click on a coin or on the enemy and select duplicate. Now place everything how you want it to be on the stage. Note: If you find that you made to many coins or enemies you can always delete them by right clicking on them and selecting delete. How many Coins? How many coins does our hero need to win? Currently our hero only needs 3 coins to win the game but you can easily change this by changing the code. Select the Win/Lose sprite and click on the Script tab. Numbers like scores and lives are called variables. A variable is a numbers that can be changed. The number for the game score is called Score. You can change the game score to anything between 1-9. Note: you can only score 9 points in this game because of the number graphics I made. If you want to make the score higher you can, but the graphics for that number doesn't exist. How far and fast can the enemy fly? Just like variables that control score and lives, the enemies brains have numbers in them too. Our bats can fly back and forth, but you can easily change both their speed and distance by changing their variables. Just click one of your enemies and click on the script tab. All you have to do is change the enemy_distance and enemy_speed to change how the enemy works. How to control your Ninja? Man we have come a long way, but there are two more things you can change in this game: how fast the hero can move and how far the Ninja can jump. This might surprise you but there are two Ninjas on the screen at the same time. One of the Ninja sprites controls the animations and the other controls the movements. You want to click on the Hero - Movement sprite and then click on the script tab. There is a lot of code here, but it’s really not very complicated. When you code things it’s always important to make comments about what your code does. The Jumping and Left and Right Movement Variables are COMMENTED WITH SCREAMING LETTERS.