I need a script whenever a bullet hits me, I loose a life. I already have 6 guitextures. 1 for each life. So i need it to go to the next texture each time. Any help?
You already posted this almost exact same question.
yeah, well it didn’t work.
So why didn’t you just post your question again in the other thread, or explain the problem in more detail?
Didn’t I just answer this question. Well as I was going to say, rather than putting each life as an individual guiTexture, combine them into one larger texture, it will be easier to work with and you can save draw calls. Then resize the GUITexture to match the image.
Do you mean guiTexture or Texture2D?