MMF2 - Alias for Global Values
I am using the global values to track some values. Is there a way to assign an alisa name to Global Value A or Global Value B etc???
This would make reading the code so much easier.
Like Last_Loop_X_Postion and Last_Loop_Y_Position. I'm computing the delta of the number of pixels the object has moved since the last loop. Something like Current_X_Position - Last_Loop_X_Position = DeltaX etc...
Re: MMF2 - Alias for Global Values
Double click the name and a rename box will come up, or right click and select rename for the same thing.
Re: MMF2 - Alias for Global Values