User:Dstalnaker/Projects

From RTCwiki

Jump to: navigation, search

Projects



This my game that I am developing. Only Randolph and its surrounding counties are working at this point. January 5, 2010

AI Link
Sound
sound buttons
if (_root._ymouse > bunny._y) { bunny._y += 20; } if (_root._ymouse < bunny._y) { bunny._y -= 20; } if (_root._xmouse > bunny._x) { bunny._x += 20; }


This is the game I wanted to do last year but did not have the skills. I am starting it this year because I have learned tons. I still don't know everything that I need to know to complete this game but it is my goal this year to get at least one level finished.

I have updated my game. I need to smooth things out but it is a start to what I want to do. I can think of a name for my character yet but something will come to me or I'll have my kids name it.

November 12, 2008
I am taking the time to learn more so that I can go back to working on my game. I did the lesson on interaction was was able to do the above. I hope I am on my way.

if (_root._ymouse > bunny._y) { bunny._y += 20; } if (_root._ymouse < bunny._y) { bunny._y -= 20; } if (_root._xmouse > bunny._x) { bunny._x += 20; }
Personal tools