PDA

View Full Version : Need help asappp



Cait Sithz
02-05-2012, 01:23 PM
Hey guys i got my lock in the sidescrolling working, so it can only move on two planes but unfortunatley it sets the camera in a "3rd-person" style, so the character can only move up or down?

is there anyway i can rotate the camera in script i am using the UDNPlayerController and UDNPawn

Thanks

lovindadonks
02-05-2012, 01:44 PM
Sure, there are ways to rotate the camera in script.

Cait Sithz
02-05-2012, 02:34 PM
How do i rotate it within the UDNPlayerController or UDNPawn ? i have classes that extend off these for properties

Thanks just after i have done camera in sscript im mainly using kismet

Acecutter69
02-05-2012, 07:16 PM
THere is
A function called calccam on the pawn

Simple set the out_camloc and
Out_camrot to the values u want

Cait Sithz
06-14-2012, 02:58 AM
Thanks ace!