jeash.display.DisplayObjectContainer - maybe error

I'm playing around html5 export (jeash). In debug-modus (only) i see error message C:\Motion-Twin\haxe\lib\nme/3,4,0/jeash/display/DisplayObjectContainer.hx:163: characters 2-4 : Unexpected if Then, line 156: i don't see bracket, although i think, i…

  • Forums
  • »
  • Bugs
  • »
  • jeash.display.DisplayObjectContainer - maybe error
Viewing 1 to 2 (2 Total)
jeash.display.DisplayObjectContainer - maybe error

jammie27

jammie27
Total Posts: 6
Joined: April 05, 2012

I'm playing around html5 export (jeash).
In debug-modus (only) i see error message
C:\Motion-Twin\haxe\lib\nme/3,4,0/jeash/display/DisplayObjectContainer.hx:163: characters 2-4 : Unexpected if

Then, line 156: i don't see bracket, although i think, it's nessesary.
Line 158: i see a variable i, but i think, this variable doesn't exist in this scope....

Tags:
Posted on July 18, 2012 at 8:30 AM

crayfellow

crayfellow
Total Posts: 204
Joined: November 28, 2011

Re: jeash.display.DisplayObjectContainer - maybe error

Yup that is my typo, sorry about that smiling Lots of changes to get display list hierarchy working. Before when you would have a few parents, adding a child object to a lower-order parent would put the child on top instead of in order behind the higher order parent[s].

The bracket was indeed missing, and this is resolved in SVN. Feel free to use SVN or patch your local copy as the next NME release will be correct.

The next release will also include drop shadow for jeash, and some other graphic improvements.

Thanks!
Patrick

Posted on July 18, 2012 at 8:58 AM