View Single Post
  #4  
Old 08-28-2011, 12:09 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
im not near my pc but i think iv'e found another problem.
how the speed will work is confusing...
i know how to make my self go faster but the on wall check im not so sure about.
maybe somthing like this.
PHP Code:
function onKeydown(code){
if(
code == "37"){ //Left Arrow
if(!onwall(player.1.5player.y){ 
But im not sure if theres an easier way to check if on wall besides manually entering that on each keydown check.
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote