Sprites B3d

Blitz3D Forums/Blitz3D Programming/Sprites B3d

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

Entityparent Camera,sprite
positionentity Camera,x,y,z
pointentity camera,sprite

maybe this can help as a suggestion?

or you could make the sprite the parent of the camera?

Either way it will work.