Hi everyone,
I'm trying to get a line to rotate with the following codebut the line refuses to move an inch!
My interpretation of the dictionary is that the line should move but I`m getting the impression that a line may not be a moveable object???
Grateful for any help.
Regards,
Glenn
I'm trying to get a line to rotate with the following code
CODE:
on mouseUp rotateLine end mouseUpon rotateLine put the angle of graphic "myLine" into tCurrentAngle add 10 to tCurrentAngleset the angle of graphic "myLine" to tCurrentAngle end rotateLine
My interpretation of the dictionary is that the line should move but I`m getting the impression that a line may not be a moveable object???
Grateful for any help.
Regards,
Glenn
Statistics: Posted by glenn9 — Thu Jan 16, 2025 11:05 am