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

2013/3/20

ai movement

geekykid2013 geekykid2013

2013/3/20

#
i'm trying to get an object to move downward in the Y axis randomly and smoothly. I've used the setLocation (), smoothMover(); and move(); objects but nothing seems to work what am I doing wrong?
azazeel azazeel

2013/3/20

#
may be you should give specific code or upload your GF project so other people can give you bit solution, possibility : - resolution of world - randomize sorry, i am just noob :)
danpost danpost

2013/3/20

#
What aspect(s) of it moving down is to be random? the speed? the turning? the direction? How random? what percentage of chance for each random aspect? What speed or range of speeds are these actors to fall (or move downward)? What code have you tried? How is it not doing what you want? Anytime you start a discussion dealing with programming, details like these are important. Without them, we are more lost than you.
You need to login to post a reply.