Computer Science Canada More Variables??? |
Author: | Atherial [ Mon Jan 11, 2016 10:55 am ] |
Post subject: | More Variables??? |
Any way to get more picture variables? Like is there any turing files I could edit to allow more? Really frustrated with choppy rotations. I have 905 pictures and am quickly getting close to 1000. Thanks -Mac |
Author: | Zren [ Mon Jan 11, 2016 12:15 pm ] |
Post subject: | RE:More Variables??? |
Nope. 1000 is a hard limit. Instead, look into using Pic.Free after drawing the rotated image. I recommend making a procedure called picDrawRotated(picId, angle, x, y: int) which will Pic.Rotate(), Pic.Draw(), then Pic.Free() the rotatedPicId. |
Author: | Atherial [ Mon Jan 11, 2016 7:44 pm ] |
Post subject: | Re: More Variables??? |
Good idea, perhaps I can accomplish this for sprites as well? Il attempt to make a procedure with this capability ![]() Thanks for the reply, Zren! ![]() Helpful as always ![]() Thanks Mackenzie |