Thanks for the clarification. Just in the same venue, you probably can also enhance the handling of += operator for singles. With the current ClearScript version statement like "icon.position.x += 2.5" has to be expended to "icon.position.x = host.toSingle(icon.position.x + 2.5)".
↧