Can anyone make the following pictures into fire?
#1
Yeah, I'm making fire right now. I have the textures done, but I need a script...
[Image: jfvtzr.png]
[Image: 29j636.png]
[Image: 2b88zl.png]
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply
#2
(07-22-2011, 08:40 PM)Interwebs Wrote: Yeah, I'm making fire right now. I have the textures done, but I need a script...
[Image: jfvtzr.png]
[Image: 29j636.png]
[Image: 2b88zl.png]

For looping, or burning?
Reply
#3
Looping. Just have like a brick and have the textures change every .2 seconds.
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply
#4
[lua]
while true do
sleep(0.2)
script.Parent.Texture.Image = "http://i54.tinypic.com/jfvtzr.png"
sleep(0.2)
script.Parent.Texture.Image = "http://i55.tinypic.com/29j636.png"
sleep(0.2)
script.Parent.Texture.Image = "http://i52.tinypic.com/2b88zl.png"
end
[/lua]

Put it inside the Box.
Reply
#5
Okay, thanks!
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)