positioning a sprite

Blitz3D Forums/Blitz3D Beginners Area/positioning a sprite

yoshark(Posted 2012) [#1]
I was looking in the command reference area of blitz3d and it said that a sprite will automatically be positioned at 0,0,0...is there anycode that lets you position a sprite at a collision....like positionentity sprite?


Yasha(Posted 2012) [#2]
That'd be it, yes. A sprite is an entity.

The reason for a separate RotateSprite command is because the always-facing nature of sprites as opposed to meshes makes RotateEntity a bit meaningless.