Active Picture - rotation issue
I'm using the active picture extension. I tell the picture to rotate to the right 90 degrees. It does rotate about the upper left corner of the picture. However it should shift the picture right, after the rotation, so the new left edge is where the orginal left side edge was. It seems confused where the new x and y coordinate should be. It seems to treat the right top corner as the x,y position location "after" the rotation.
This may not be an error but without any indicator of what is considered the x,y corner it gets very confusing trying to program.
Re: Active Picture - rotation issue
You can solve this by setting the hotspot of the active picture in the events I think.
Re: Active Picture - rotation issue
Yea just set it to the center.
Re: Active Picture - rotation issue
I'll give it a try. Thanks.