Hi. I want to use a frame event to increment a value which i can use to position an object. I will need to independently pause the process, so I cannot link the frame number directly to the value, as I do not want that value to increase whilst the process has been frozen.
I have tried setting and getting the x position of an object from an Add node, but the value of the x position cannot be fed back into the Add node for the next increment. The same appears to be true with using a userdata node as storage.
I'm enjoying learning c4d xpresso but originally come from a coding background, so I'm puzzled how to achieve this.
I have also looked for examples but cannot find any extant xpresso examples online. Thank-you.