3D- Collisions FPS
In Fps games you will need collisions, this is a way i found out how to do collisions
1. Make Wall solid
2. Give the Wall a mask
3. Give the wall a parent
4. Give parent the mask
5. In player collsion with parent event put
x=xprevious
y=yprevious
6. Give player a mask
1. Make Wall solid
2. Give the Wall a mask
3. Give the wall a parent
4. Give parent the mask
5. In player collsion with parent event put
x=xprevious
y=yprevious
6. Give player a mask
Labels: 3D - Advanced
