mikeyb
March 31, 2003, 7:24pm
1
I am getting a bit annoyed as i have tried a lot of different things but i just can get something to happen when 2 different objects
so…these are these things I want to be able to do in order :
an object (bullet) to be fired from another object.
the bullet to collide with another still object.
when the collision has happened goto a different frame eg. 5
( I would like to be able to edit the frame. )
can someone please help me with the actionscript needed to complete this task,
thanx
Mike
system
March 31, 2003, 9:09pm
2
Can you be a bit more specific about what you’re trying to achieve, Mickey?
system
March 31, 2003, 9:17pm
3
ok lets try this i want when a bullet collides with a movie clip it jumps to frame 5
system
March 31, 2003, 9:30pm
4
Try the tute about hitTest.
I asked you that question because the collision detection can change depending on the configuration of your game (or whatever it is you’re trying to do): first-person shooter, side-scrolling shooter…