This site requires JavaScript, please enable it in your browser!
Greenfoot back
saltyscrub
saltyscrub wrote ...

2017/9/14

Auto run

saltyscrub saltyscrub

2017/9/14

#
Hi, I was wondering how I could make an actor walk by itself in the same direction.
Yehuda Yehuda

2017/9/14

#
Place the following line of code in your actor's act method:
move(5); //Where 5 is the speed the actor will move
saltyscrub saltyscrub

2017/9/14

#
Thanks
saltyscrub saltyscrub

2017/9/14

#
Hi, guys, I was wondering if I could get some help on how to make an actor stick to the wall, like he is climbing it
danpost danpost

2017/9/14

#
saltyscrub wrote...
Hi, guys, I was wondering if I could get some help on how to make an actor stick to the wall, like he is climbing it
At minimum, the current code of the climbing actor is needed. It should at least contain some code to detect and stop at a wall.
saltyscrub saltyscrub

2017/9/17

#
Hi again, I need a little help with making an actor or character fly while moving, is this possible.
danpost danpost

2017/9/17

#
saltyscrub wrote...
Hi again, I need a little help with making an actor or character fly while moving, is this possible.
No code; no details -- no solution.
You need to login to post a reply.