2009-11-28 01:46 AM - last edited on 2023-05-24 12:39 PM by Rubia Torres
2009-11-28 04:09 PM
2009-11-28 04:23 PM
David wrote:Yep, the text is rotating just fine... it's only the shape that is the problem.
You've got a ROT2 command instance that needs to be either added, removed, or edited in the script. In this case, ROT2 90 should work.
Is the text rotating correctly (horizontal to vertical)? If it is then you need to isolate the rotation command to the POLY2. You might need a DEL command between the TEXT2 and POLY2 code.
It is hard to help without the code to see how the Object is working.