I can move it with platform
I can make it bounce
but I can't do both
meaning that if I add controls to a bouncing ball, I can control the ball but then it loses it's bounce.
any ideas?
If you don't post a .capx its hard to know exactly what you're doing and what's the problem (you could be using any kind of weird event to move the ball and how would I know?)
You can post a .capx using the "upload attachment" option when posting
Develop games in your browser. Powerful, performant & highly capable.
I did not understand, however I did an example where I can touch the ball and change its position.
[attachment=0:6zgafx6d][/attachment:6zgafx6d]
Hope that helps.
https://db.tt/pq0AIU2e
it's just a ball that bounces.
I'm trying to add behaviors so I can control the ball and still keep it's bounce.
When I try to add platform or 8 direction o it.
It bounces until I use the keyboard to try to control it. Then it stops bouncing
The Physics behavior is handled by the Box2D engine and is not compatible with other behaviors. Check the manual: https://www.scirra.com/manual/98/physics
If you use physics you have to control every movement with the physics actions
(also, you can upload your .capx using the "Upload Attachment" option when posting)
db.tt/pq0AIU2e it's just a ball that bounces. I'm trying to add behaviors so I can control the ball and still keep it's bounce. When I try to add platform or 8 direction o it. It bounces until I use the keyboard to try to control it. Then it stops bouncing
db.tt/pq0AIU2e
—
Thank you. That's what I was looking for.
I wasn't adding the "platform is on floor"
I din't need the physics. Just thought I did