What is it that you want the expression to do? If you want the rotation to increment 1 degree every frame for three seconds, that would be something like this:
yes and no…that what i was trying to do but only as a way to try to understand the “while do loop”
No, it's that your while() will loop endlessly (until it times out) because the false condition never happens (for any frame within the first three seconds)
So let me see i got this right:
becuse expressions has no memory he keep calculating the loop on every frame and becuse the condition is never false untill three second its just loops endlessy on the each frame untill its times out?
i dont get it: isent the whole purpose of “while do loop” is to get something to loop untill the condition becomes false?
dosent that makes the expression unsuable?
if it is how do i use it properly?