Real empty static sprite?
by Nicolas Stohler · in Torque Game Builder · 08/10/2006 (12:17 pm) · 4 replies
Maybe this is a stupid question, but here I go:
is it possible to create a real empty static sprite using the level editor? Or do I absolutely have to have an image for that? I want to create a mount base for some other static sprites, so I only need an empty static sprite to set the link points which I could then use to mount the other static sprites to from script.
is it possible to create a real empty static sprite using the level editor? Or do I absolutely have to have an image for that? I want to create a mount base for some other static sprites, so I only need an empty static sprite to set the link points which I could then use to mount the other static sprites to from script.
#2
08/10/2006 (1:53 pm)
Thanks, t2dSceneObject works perfectly! didnt think of it because I was looking for some solution in the level builder
#3
08/10/2006 (2:08 pm)
You can create a Scene Object from the level builder itself. Under the create tab, scroll down to the "Other" subheading. Click on that, and you can select "Scene object" from there. (As well as trigger and path)
Torque Owner Michael Woerister