ball behavior problems.

53.153.1 Member Posts: 2
edited May 2015 in Working with GS (Mac)

hello
i am having some ball behavior problems. the ball does not act like a ball. it slides across the walls and then just stays there. i want it to bounce around walls just like a ball. not stay in one place. can anyone help me or tell what i am doing wrong :/

these are my rules for the ball...
density 0
friction 0
bounciness 0.3

bounce when colliding with walls

RULE
when actor collides with walls
change velocity ( direction --random 0,360)
speed-- 400

move
direction random 180.360
speed 300

thanks

Comments

  • SLOCM3ZSLOCM3Z Member Posts: 797
    edited May 2015

    How does the ball start and what are you trying to do with it? Are you trying to make a brick-braker like game?

  • 53.153.1 Member Posts: 2

    yep a brick braker

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    I would recommend using the built in physics engine and not building your own bouncing with the Move Behaviors.

Sign In or Register to comment.