Yeah now i did.
Great tut really seems so simple <img src="smileys/smiley36.gif" border="0" align="middle" />
But i had some free time today and tried to just have my character keep animate in walking (repeat 4 frame until i release the direction key) but never succeful
event : on key down --> player set animation
sometime he dont play the animation at all or i need to press the opposite direction (that make me loosing all the logic (the little) i can have about construct)
but the key down event seems to not include the fonction repeat until release
i have a stupid solution but iam sure you can do it pretty simple
make a very long animation of walking and then stop him with
use boolean condition when player moving=false
my first projet in the way of learning constructV2 is to make a platform game and i realised that platform behavior have a propriety of jump so is there a default action for jump ? cause the only way i find to jump was to make set position of player : player.Y-100
i a? really confused and sorry if its very basick knowledge of game making but i lack in solution <img src="smileys/smiley7.gif" border="0" align="middle" />
if you have a link to share for a projet that i can look for learning purpose that would be great.
In any case ty