PDA

View Full Version : Tap to move



aevenard
01-07-2011, 11:38 AM
Hi everyone,

I'm beggining udk development. I did the Jazz tutorial wich is very great, and now, I'm trying to make another type of control. I want to use the jazz character and make it move by tapping on the screen instead of use joysticks. I'd like to make it throught script but I really don't know how to do this.

I'm able to get the touch event, and project them in the world space, but I don't know how to make Jazz move. Is there a way to get MobilePlaceablePawn from editor to my custom Pawn class ? Should I spawn jazz directly from code ?

Thanks in advance.

Arthur