I have notice that if I enable one or more behavior for scene the second one have problem.
I have tested in flash (this log) and android with the same result, the scene doesn't load and block the game
This warning : Warning: Behavior does not exist - ActorEvents_15 isn't true, because behavior is present and attached; moreover in older Stencyl version (4.1.0 b3) this game is working like a charm.
I have tested in flash (this log) and android with the same result, the scene doesn't load and block the game
Code: [Select]
Stencyl:2.391:3:com.stencyl.Engine:switchScene:1994:20:Switching to scene 1
Stencyl:3.965:3:com.stencyl.Engine:switchScene:1994:20:Switching to scene 5
Stencyl:5.202:3:com.stencyl.Engine:switchScene:1994:20:Switching to scene 2
Stencyl:5.233:2:com.stencyl.behavior.BehaviorManager:getBehavior:122:1624:Warning: Behavior does not exist - ActorEvents_15
Called from com.stencyl.behavior.BehaviorManager.getBehavior (C:\Stencyl-4.1.4\bundled\libs\haxelib\Stencyl\stencyl-engine\0db7dc6799247bbe8b29dec0e2e1f69f2a7337d5\com\stencyl\behavior\BehaviorManager.hx line 122)
This warning : Warning: Behavior does not exist - ActorEvents_15 isn't true, because behavior is present and attached; moreover in older Stencyl version (4.1.0 b3) this game is working like a charm.