help pls i need your help #926
Unanswered
patriciojosegrandi-blip
asked this question in
Q&A
Replies: 2 comments
-
|
pls can you help me?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Most people aren't active here often. For more activity, you may want to join the official Codename Discord server. As for the original question...
The final script would be this: import openfl.Lib;
function create()
WindowUtils.setWindow("IT WORKS"); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
can you explain me why this code dont work
import openfl.Lib;
function onCreate()
{
Lib.application.window.title = "IT WORKS";
}
}
when i put the event with a hs call dont work
Beta Was this translation helpful? Give feedback.
All reactions