Sprites B3d

Blitz3D Forums/Blitz3D Programming/Sprites B3d

seferey(Posted 2007) [#1]
When loading sprites in b3d

is there a way in b3d to control sprites using

I have a sprite that shows

one walk cycle of a character starting to walk and stopping how can this be manipulated using the keyboard in B3d

if keydown=true then moveentity sprite 


but keep the cam fixed on it


Naughty Alien(Posted 2007) [#2]
Entityparent Camera,sprite
positionentity Camera,x,y,z
pointentity camera,sprite

maybe this can help as a suggestion?


Matty(Posted 2007) [#3]
or you could make the sprite the parent of the camera?


Trader3564(Posted 2007) [#4]
Either way it will work.