Change
Posted:
Sat Aug 11, 2007 10:43 pm
by florafinn@yahoo.com
How do i make my carecter in my game change by toching another actor?
Posted:
Sat Aug 11, 2007 10:48 pm
by florafinn@yahoo.com
sorry i meen like how do you make your carecter in the game change by toching letts say by toching an apple?
Posted:
Sat Aug 11, 2007 10:50 pm
by d-soldier
There is a bit of a complexity issue here... The simple way would be a collision event which changes the player's animation... However, if your player has multiple animations setup with several different parented actors (like mine typically do) then the best way might be to create a new actor which has the different animations setup, and then destroy the first. Thankfully, GE allows one actor to inherit the events of another, so having multiple "player" actors doesn't require setting up all the same events each time.