Create a Basic RPG Game in Flash AS3 Part 4

This lesson will show you how to create a basic RPG style game using Flash ActionScript 3.0. In this first part we will set your Stage up, create the animations and MovieClips needed for our young hero, and the coding required to make him move about. Please note that my computer crashed at the end of the recording. To make the “Link Death“ work, you would need to create a Boolean called “linkAlive“ which starts out as true when the game begins. Once his health drops down bellow 0, linkAlive should becom
Back to Top