Media Summary: Welcome to the first ep of this series in which we're gonna learn We finish up how to fire a bullet and implement simple collision detection. Here is this weeks source code. (with bug fix) ... In which we add collectible coins to the platformer, and also make a start of enemies that can kill the player, and that the player ...
Haxe Beginner S Tutorial 2 - Detailed Analysis & Overview
Welcome to the first ep of this series in which we're gonna learn We finish up how to fire a bullet and implement simple collision detection. Here is this weeks source code. (with bug fix) ... In which we add collectible coins to the platformer, and also make a start of enemies that can kill the player, and that the player ... write code ---------------------------- class Main{ static public function main():Void{ trace("Hello World"); } ... In this video we look at functions, how to use them, and the basic thought behind why they are useful. Series playlist: ...