|
Post by Kholdstare01 on Mar 26, 2007 22:14:35 GMT -5
|
|
|
Post by legoman0991 on Mar 31, 2007 17:38:52 GMT -5
>_> I havn't done any art and you have exceded emencly! very awesome new art! Is amazed at Vernal Equinox and persain rug! And the game ! did you make all thoughs animations?!
|
|
|
Post by Kholdstare01 on Apr 1, 2007 13:05:31 GMT -5
yup yup, thank you muchly!!
And yes, i made Orb Catcher 100% from scratch, including all the code and all the animations/drawings.
|
|
|
Post by legoman0991 on Apr 1, 2007 17:06:51 GMT -5
.....how?
|
|
|
Post by Kholdstare01 on Apr 4, 2007 17:33:50 GMT -5
the drawings were easy... i just drew what i wanted XD for the code, some of it i already knew from my workings with actionscript, for the rest i just packed all my knowledge together and came up with this! for example: i knew that the speed of the ball would have to be a variable. if you press the key down, the ball will move X pixels. so i did var ballSpeed = 1; then i knew that if you press the right key, the ball's x coordinate will increase by whatever the speed is. so then i did: if (key.isDown(KeyRIGHT)) { _root.ball_x+=ballSpeed; } the rest was a lot more complicated, but eventually i figured it all out
|
|
|
Post by legoman0991 on Apr 6, 2007 10:20:58 GMT -5
wow >_>
|
|
|
Post by Kholdstare01 on Apr 14, 2007 11:23:57 GMT -5
yeah, it's crazy
|
|