Hi again, I never did such thing before, so I am not sure hiw this should work. The problem is, I want to "remember" the angle at a cirtain instance, so that I can use this value which was "memorized" as a parameter further. For example, some object is constantly spinning, I want to remember its angle when it has turned by 90 degrees only, and use it as a fixed parameter, though it still continues to spin. I cannot use loop because then the angle would be checked all the time, not only the one which is 90 degrees. Hope you understood my problem.
Thanks in advance