Constrain "imageIntegerAttribute"
3absh
Member Posts: 601
I have 6 image in a menu bar
when player presses the right button "SeedNO." attribute increases by +1
I need to know how to write this constrain behavior if my file names are
Seeds1
Seeds2
Seeds3... (until 6 )
Comments
No real need to use a Constrain in this situation, a Constrain is basically 60 instructions a second, every second, all the time, whereas a Change attribute is a single instruction.
Change SeedNO to SeedNO+1
Change Image to "Seeds"..SeedNO