PDA

View Full Version : collision detecting help



bombsledder
February 18th, 2004, 07:50 PM
:red: im tring to get a ball were it will touch anything and bounce

off it with collision detecting. can someone tell me how to do this

i really have no clue how to do this.

Marz
February 18th, 2004, 09:53 PM
Allright... That doesn't explain it very well... Do you want realistic circle physics as in ball bounces off a surface and it bounces to the left because of the angle).. Or do you want it to just bounce? Then you have to specify what for.. And typically I like to ask if you've tried to do it yourself yet?

bombsledder
February 19th, 2004, 06:56 PM
i have a game that (well sort of game) anyhow i want the ball so when it touches the box i have(box1) it will gotoAndPlay(1); but i dont know how ot use the hitTest(); command.

pom
February 21st, 2004, 08:24 AM
There is a tutorial, did you read it?

SeiferTim
February 21st, 2004, 09:02 AM
Search (http://www.kirupaforum.com/forums/search.php?s=)

bombsledder
February 21st, 2004, 09:22 AM
actually i did read the tutorials like 10 different tutorials.

i actually found out the problem my self i had to put a _root. in front of a script to get it to work