This game is possibly the best game ever created. The unique design combined with the dramatic lighting causes for intense hours of fun playing it. It deserves and award. Bravo, Emokidjamie ,bravo.
bad things: Bullets do nothing enemies crappy can fly off screen no life and like 10000 other things. good things: if u hold down space and move up and down it looks like one of those heart rate moniter thingys
Hey i wanted to ask this to anyone that playes this tutorial am i the only one that stencyl wont let me place the otherwise or otherwize if blocks under if in the middle of the tutorial?
Those can be finicky, especially if you don’t know the trick. To place in an “otherwise if” below an “if” when there’s other code below it, you have two options: 1. Move the old code below out of the way, drag in the “otherwise if”, then replace the old code (always works but tedious) or 2. When you drag in the “otherwise if”, pretend you are placing it over the “if”, so that the top of the “otherwise if” just barely covers the “if” writing in the original “if” statement; there’s only a few pixels of error to make it work, but it will snap into place correctly if done right (do not ask me why this works and the “normal” idea of placing it under doesn’t… it doesn’t make sense to me either).
actually i did make the main menu it but forgot to save and ended up uploading it and didnt relize it till it was to late im gonna put a level select and some cyclopes or something as enemies
and like 100 levels
ok i have fixed some of thse i will upload the fixed one soon i am sorry for the glitches i had thought i fixed them i must have uploaded the worng one
Those can be finicky, especially if you don’t know the trick. To place in an “otherwise if” below an “if” when there’s other code below it, you have two options: 1. Move the old code below out of the way, drag in the “otherwise if”, then replace the old code (always works but tedious) or 2. When you drag in the “otherwise if”, pretend you are placing it over the “if”, so that the top of the “otherwise if” just barely covers the “if” writing in the original “if” statement; there’s only a few pixels of error to make it work, but it will snap into place correctly if done right (do not ask me why this works and the “normal” idea of placing it under doesn’t… it doesn’t make sense to me either).