brad Posted September 3, 2011 Posted September 3, 2011 I called attention to this and think it's possible but you have to see, I have a resource that read 32 frames png and wow a lot of work, or at least to me put it in the goal, as you can make the goal to read all ? as in some script that a sequence says, "imagename" .. index ... "png") and then read them all and what to the EMTA r could do something similar can you?
Castillo Posted September 3, 2011 Posted September 3, 2011 I don't get your point, could you try to explain it again (with a better English if you can).
JR10 Posted September 3, 2011 Posted September 3, 2011 local index = 1 addEventHandler("onClientRender",root, function() --"imagename" .. index ... "png") index = index + 1 if index > 32 then index = 1 end end) ??
brad Posted September 3, 2011 Author Posted September 3, 2011 example I had to load 32 s to png and is a work meta.xml do that my point is to load those 32 png example in a wave line
Castillo Posted September 3, 2011 Posted September 3, 2011 Oh, I get it now, maybe someone should create a program to make this easier, like doing from 0 to 50 and the program will auto complete it like: file0.png, file1.png etc.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now