View Single Post
Old
GameKid
Senior Member
 
GameKid's Avatar
 
Status: Offline
Posts: 467
Join Date: May 2011
Location: My magnificent castle
Default 09-19-2012, 11:10 PM

Quote:
Originally Posted by jediaction View Post
Yes, I have encountered that glitch as well. Mostly in my AI system.
I actually made a fix for that; make a copy of the object and set a while the world is running event:

If (Your object here) width<(Copy of the object)'s width
Object resize 1.1 duration 0 seconds
Else
If (Your object here) width>(Copy of the object)'s width
Object resize 0.9 duration 0 seconds

Same thing for height. If you ever encounter that glitch again, give it a go.


[COLOR=e4eaf2]Your text here[/COLOR]
Come on, you know you want to try it.
   
Reply With Quote