Friday, March 14, 2014

Level Map


Stuck on Placement Code

Ninjas can now jump to their positions-- working on the smooth transition soon!

 //code
stage.addEventListener(MouseEvent.CLICK,fl_onStageMouseDown);
function fl_onStageMouseDown(event:MouseEvent):void
    {
        movieClip_1.x = mouseX; movieClip_1.y = mouseY;
    } 


-CJ

Monday, March 10, 2014

Soundtrack Theme 1

One More Level Remaining!


All the levels but one have been created in Adobe Illustrator. The next steps are to finish the character animations and begin coding. We'll also have to create the moving parts for all the traps and doors.