View Full Version : simple skating game
zeroxorxdiexskater
01-21-2009, 05:28 PM
ok so im making a simple skating game in my programming class in my spare time. so the skateboard will stay with the skater i have the skaters vehicle the skateboard. i have the ollie programmed (a jump) and when i tried to make a kickflip (the board flips) i made the board do 1 roll but since the skater stays with the board the skater flips with it. ive tried a few things to fix this but im not going into detail. any ideas?
Niteshifter
01-21-2009, 10:26 PM
Try making the skateboard's vehicle the skater, and then have the skater move forward, backwards, left, right, roll, etc. and when you need to flip just the board, have the board do it's action.
rich0e0rick
01-22-2009, 10:41 AM
you could also put a second skate board were the first one is, and vehicle that one to the first... then put the first one invisible, and simply use the new one for all your animations.
:D:D rick :D:D
zeroxorxdiexskater
01-22-2009, 08:46 PM
@niteshifter
that wont work with the way the skater is facing
@rick
nice idea! thanks ill try it