I’m not sure what the problem is, but let’s try from beginning:
When you create record like that, notice the output is MyRecord
Also notice the Filled circle
- filled circle means we create new record every frame, to avoid this, we have to assign it to operation:
notice now the circle isn’t filled, we created record and assigned it to a pad on create, we read that pad in update, from iobox.
Now let’s modify record a bit, you say you have spread of something, you want a spread of something else from it:
record_basics.vl (14.0 KB)