david850067064 / nape

Automatically exported from code.google.com/p/nape
0 stars 0 forks source link

Problem for AS3/SWC #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When try compile under flash I have error:

[Fault] exception, information=TypeError: Error #1006: iterator is not a 
function.

It happened inside SWC in IntMap Class,
I think problem in function iterator()

Original issue reported on code.google.com by bog....@gmail.com on 24 May 2010 at 2:41

GoogleCodeExporter commented 9 years ago
Ahah, thank you. I thought that none of the code would require it, but it seems 
that
is not the case.

The solution (as with most haXe code when used in Flash) is that you need to 
have a
call to:

new flash.Boot();

I've updated the mini-tut on using nape in AS3 to reflect such.

Original comment by lucadelt...@googlemail.com on 25 May 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Thank you, also I want help you, maybe some tutorial, tools.
AS3/Haxe no matter.
Also I am working on my game and I will add this project to credits :)

Original comment by bog....@gmail.com on 25 May 2010 at 1:56