-
For scenery input event recording & playback, we should make sure tweening library uses Joist.setTimeout instead of its own animation loop
-
People have their preferences etc, so I can see how people can disagree.
I just replied to something about camera shaking. If CE had an integrated tweening library, then it would be done straight away…
-
Ran into this problem on a previous project, then tried it in the default OpenFL project template. After compiling the OpenFL libraries for emscripten and upon compilation of the main js file, I get t…
tptee updated
10 years ago
-
There following example tween causes a crash, even though the property definitely exists.
```
FlxG.tween(this.body.position, { x:500 }, 1);
```
The fact that the Actuate tweening library is able to …
-
I did a quick patch to make the code backwards compatible with transitionTo. Then I tested both 4.4 and 4.5 KJS on my game that is the 4th community demo on KJS website. I can say that your code worke…
-
Any idea of why this error is being thrown?
http://grab.by/oIHW
Do I need to set "top" somewhere?
-
does SVG.js support this:
http://svg-mitchallen.blogspot.com.au/2005/03/morphing-shapes-in-svg.html
I read through the documentation, but I couldn't seem to find something related to it.
-
[Google Issue #651 : http://code.google.com/haxe/issues/detail?id=651]
by ninjascr...@gmail.com, at 2012-02-07T04:55:12.000Z
Reflect.setField ignores property setters on all platforms except CPP. The…
-
[Google Issue #651 : https://code.google.com/p/haxe/issues/detail?id=651]
by ninjascr...@gmail.com, at 07/02/2012, 04:55:12
Reflect.setField ignores property setters on all platforms except CPP. The …
-
Hey Wout,
I bumped on your Library end was wondering which direction your are heading with SVG.js? Is it going to be some kind of SMIL JS-implementation?! It looks promising cause I can't find any li…