Jump to content

the goal of one line read


brad

Recommended Posts

Posted

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?

Posted
local index = 1 
addEventHandler("onClientRender",root, 
function() 
--"imagename" .. index ... "png") 
index = index + 1 
if index > 32 then 
index = 1 
end 
end) 

??

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...