You do not have permission to view this post
you can check c3 versions of rex plugins here.
wasthataddonported.surge.sh
and old rex archive
github.com/rexrainbow/C3Plugins
here c3runtime
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/plugins/trblsm_storage/dist/TRBLSM_storage.c3addon
open "package.json" and edit "main" line
c3runtime version
github.com/erenertugrul/construct-plugins/raw/master/ported_plugins/plugins/ExtraExp/dist/ExtraExp.c3addon
looks great.
I also asked Eren on their github to fix the posted C3 version.
i fixed c3runtime. thanks for reporting this problem.
Hi, minipill are you sure you're using "c3runtime" ? Because that code is the "c2runtime" code.
try "c3runtime" and please send a sample "c3p" if you experience the same problem. Thanks.
Develop games in your browser. Powerful, performant & highly capable.
this "execute javascript" action of "browser" object.
there is no way to disable. but you can use this code
window.addEventListener('beforeunload', function (e) { e.preventDefault(); e.returnValue = ''; });
developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onbeforeunload
I did it with the snippet Nepeo shared.
Here drag&drop image upload c3p
oyunkulturu.com/temp/capx/drop_upload.c3p
open "developer console" and check errors. probably some files not loading or cant be found.
I think you should do it yourself using "callback".
Here
oyunkulturu.com/temp/file/lunarray.easytween.zip
this is topic similar to your question.
construct.net/en/forum/construct-3/how-do-i-8/change-sampling-mode-runtime-144232
Hi, thank you for donate. it odd. I'il check and let you know.