Some Code!
![Post Post](styles/prosilver/imageset/icon_post_target.gif)
For moving and Gravity.If you can, post some more code
Well here it is![Razz :P](http://game-editor.com/forum/images/smilies/icon_razz.gif)
Well here it is
![Razz :P](http://game-editor.com/forum/images/smilies/icon_razz.gif)
- Code: Select all
//Movement
x = x + 5;
x = x - 5;
//Gravity
yvelocity = -8;
yvelocity = yvelocity + .5;
//Score/Text
(charname).textNumber = (charname).textNumber + 1;
(charname).textNumber = (charname).textNumber - 1;