Newb graphics question
by Acy Forsythe · in Torque Game Builder · 02/26/2008 (6:41 am) · 1 replies
What is the process of overlaying sprites? For instance, in RPG's where the armor/weapons show up on the character as you equip them.
by Acy Forsythe · in Torque Game Builder · 02/26/2008 (6:41 am) · 1 replies
Torque Owner Derelict
You can do this at design time, in the editor, by selecting your image and setting the layer via the GUI. Alternatively, if you want or need to do it via code, you'd use yourIMG.setLayer(x) where x is the layer you want the sprite to exist.