Attribute question
floor(( game.back25s % self.Div )/( self.Div /10))..".png"
I have a screen with 5 x 5digit numbers on it utilising the above script on each digit. I also have 5 different screens that I need to make that are similar. Each of the digit actors need this script attached to it but changed slightly. Rather than me changing the part that says "game.back25s" for each actor, is there a way I can make it reference an actor on the page to fill in this part of the script?
Then I can change that actor to quickly update as needed.
Any help please? I hope this is enough info to understand.
I have a screen with 5 x 5digit numbers on it utilising the above script on each digit. I also have 5 different screens that I need to make that are similar. Each of the digit actors need this script attached to it but changed slightly. Rather than me changing the part that says "game.back25s" for each actor, is there a way I can make it reference an actor on the page to fill in this part of the script?
Then I can change that actor to quickly update as needed.
Any help please? I hope this is enough info to understand.