brad Posted September 3, 2011 Share 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? Link to comment
Castillo Posted September 3, 2011 Share Posted September 3, 2011 I don't get your point, could you try to explain it again (with a better English if you can). Link to comment
JR10 Posted September 3, 2011 Share 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) ?? Link to comment
Castillo Posted September 3, 2011 Share Posted September 3, 2011 He already has that JR10. Link to comment
brad Posted September 3, 2011 Author Share 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 Link to comment
Castillo Posted September 3, 2011 Share 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. Link to comment
brad Posted September 3, 2011 Author Share Posted September 3, 2011 si es mi punto , y muy util Link to comment
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