Hi Community,
I'm still a complete N00B with C2, but having fun learning al the same time. My question is this (after exhausting web search)...
CAN A SPRITE PASS THROUGH ANOTHER SPRITE WITHOUT COLLIDING WITH ITS EMPTY SPACE?
Example: I'm trying to create a top-down scroller game: e.g. Spy Hunter.
Sprite A = car (left & right controls)
Sprite B = road (which scrolls downwards)
Below is an image example of Sprite B:
http://robfreeman.co.uk/Temp/game.html
Imagine: Sprite B, being the road... the edges are solid but the middle is empty (chequered) ... I want to enable collision with the car and road, but only collide with the solid edges.... hope that makes sense.
here is the game file.
http://robfreeman.co.uk/Temp/game.capx
I thought I might have been able to have two polygon shapes on either side, but sadly not.
Thanks;
Roberto