Constrain attribute bug on gamesalad viewer

scrapee_netscrapee_net Member Posts: 424
edited January 2012 in Tech Support
Hello. I think I found a bug. It's strange... I have a constrain Attribute that resizes an actor, like this: "Self.Size.Width To self.Size.Width-1". It runs only when a sefl attibute called resize is true, for example. This attibute is setted by another actor when mouse is down and another attribute is false...

The bug is that the fist time I click, nothing happens. The second time it works. On gamesalad viewer on my android it works right.

Comments

  • tallguy1000tallguy1000 Member Posts: 12
    You don't say exactly what it is you're trying to do. I've had a similar problem, which was fixed when I changed from using a boolean attribute to an integer. Sometimes it helps to put a timer after your mouse click or touch if you haven't done so already - on mouse click, after 0.1 seconds etc. The Android viewer seems to work at a faster pace with some things, so it can keep up. I'm not sure if this helps. It's this kind of bug that keeps us up late at night - very frustrating!
Sign In or Register to comment.