Re: Strange Things Happening
It could be an error in the "Clickteam Movement Controller" extension. I had a similar bug with fixed values in my ValueAdd extension. After enough objects had been created (or just enough time?), it was suddenly impossible to read their extended values and the extension basically stopped working.
The problem was that the fixed value was being used as a signed number inside the extension code, when it should be unsigned. After a while, it wrapped to negative, and the fixed value became invalid.
Re: Strange Things Happening
Ok, so, any idea how to get around this?
Re: Strange Things Happening
You should post a mfa that it's reproducible in, and then we'll find out for certain. If it is what I suggested, it has to be fixed in the extension, nothing you can do.
Re: Strange Things Happening
ok, here's the mfa file (zipped).
I added a counter so you can see when you're on level 19, all of the squares will move right.
Thanks for looking!
EDIT: this is done in the HWA version 249
Tuna
Re: Strange Things Happening
UPDATE: I found a way to work around this. Instead of getting the angle to the object then converting the angle to direction, I'm instead using the vector movement and setting the direction toward the object.
Much easier, and no fail. I've removed my mfa file.
If you still want the mfa file to look into the error, let me know and I'll send it to you.
Re: Strange Things Happening
If it is an error with the Clickteam movement controller, you're probably best sending it to someone at Clickteam.