Joshua Granick
Joshua Granick
Thank you for your help! In principle, the class name should be formatted properly by the time it reaches the Symbol classes. If there is a problem formatting the class...
Currently, you can definitely create a sequence. It is not designed to be reversed, but in order it should work fine. The key is to use "false" when adding each...
If the purpose is to trigger `__updateCacheBitmap`, is there another we can make that occur without changing the world transform? I believe that altering this may break issues with things...
I think we could look at tossing the `render(graphics)` API and outputting a `DisplayObject` instead As for quality, I think we discussed a solution that might be a suitable compromise...
Sure, I'd love to see it
Yes, ThreeJS could be ported from JavaScript to Haxe. This could actually improve the performance of the library, as I've seen in the past porting JavaScript code to Haxe (then...
How do you feel about using `seek` and time rather than using a ratio? Also, I wonder if seeking should permanently affect the tween, like: ```haxe Actuate.tween(target, 2, props); Actuate.seek(target,...
I'm not sure how SDL handles this but you might be able to do display mode switching I think the API in Lime is like this (when fullscreen): ```haxe var...
Sorry for the long delay, this is not currently supported, but could be done using a custom actuator, it's a good idea :smile:
Perhaps the right approach is to test the Lime executable once on boot-up, and to display a message if this occurs. Otherwise, we only log to the console. This could...