Haxeflixel Second Window

Issue

This Content is from Stack Overflow. Question asked by Pyr0Guy

I want to open second window with different stage. But when second window open game crash
And i dont know what to do

var attributes:lime.ui.WindowAttributes =
           {
               allowHighDPI: false,
               borderless: false,
               element: null,
               frameRate: 60,
               fullscreen: false,
               hidden:false,
               resizable: false,
               height: 900,
               title: "TEST",
               width: 500,
               x: 100,
               y: 100,
           };
       Application.current.createWindow(attributes); 



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?