I'm sorry. My English isn’t that good.
I’m still practicing.
I want to call function in javaScript file (.js)
I use Google Chrome v.80.0.3987.149
Im try
and
but i try firfox. it can to call javaScript file (.js)
Please do me a favor.
Thank you .
This is likely because in your project 'worker' mode is enabled and alert() is not supported by a worker.
Go to your project settings -> Advanced and deselect Use worker.
OH...I tried for 2 days.
but I can do it because of you
Thank you so much :)
and i sorry.
I want to ask a few questions.
I do not understand "Use worker"
What "Use worker" mean?
Develop games in your browser. Powerful, performant & highly capable.
It's the same thing as is described in this post.
oh...I got it
Thank you so much.
Another note, now you can call alert() in worker mode in the new C3 beta release!
construct.net/en/make-games/releases/beta/r194
See the scripting section of the above post for how to do it (and thanks to Ashley for adding this support!)