rexrainbow
Thanks, Rex for the answer.
Next year ? You mean, in a long time ?
Hi rexrainbow
I liked the c2 plugin Move2, will you consider converting that to c3?
Cheers,
velcroJoe
rex_moveto.c3addon
R0J0hound
Please would it be possible to convert your Paster and Canvas objects over?
mOOnpunk
Sorry, I won't be converting any plugins over, mainly because I don't use C3.
Could someone convert this flodjs plugin?
https://www.scirra.com/forum/span-class-posthilit-flodjs-span-plugin_p911465?#p911465
I'm working on a retro shoot'em up for airconsole and I would like to have authentic mod tunes spicing up the mood.
Could someone convert this flodjs plugin? https://www.scirra.com/forum/span-class-posthilit-flodjs-span-plugin_p911465?#p911465 I'm working on a retro shoot'em up for airconsole and I would like to have authentic mod tunes spicing up the mood.
Just did an autoconvert using blackhornet's converter and then a couple manual changes to deal with grabbing files in C3 vs C2:
in runtime.js:
// case 0: flod_type="YM";flod = new music("YM");break; // removed From Base Source not needed now GTR // case 1: flod_type="FLOD";flod = new music("FLOD");break; case 0: flod_type="YM";flod = new music("YM",this.runtime);break; // removed From Base Source not needed now GTR case 1: flod_type="FLOD";flod = new music("FLOD", this.runtime);break;[/code:fx9tuk7w] in codef_music.js: [code:fx9tuk7w]function music(type,runtimePass){ this.runtime = runtimePass; var urlToRequest = this.runtime.getLocalFileUrl(zic); if(typeof(AudioContext) != 'undefined'){ var fetch = new XMLHttpRequest(); fetch.open('GET', urlToRequest); [/code:fx9tuk7w] I'd like a better way to access runtime.getLocalFileUrl() in the other file/function, but passing through runtime as a separate parameter seemed to work. I got the demo flod.capx to work in C3, using this, try it out, no guarantees, but good luck and let me know how it goes. [url=https://kindeyegames.com/forumfiles/flodjs.c3addon]flodjs.c3addon[/url]
Mikal Seems to be working! Thank you very much!
Develop games in your browser. Powerful, performant & highly capable.
Cool, now I'm starting to get addicted to listening to all that different chiptune music... I'll look for your retro shooter when you start sharing more on it.
Mikal
Mod archive is a great place to start.
It might be in the community and or Ashley and Tom 's best interest to perhaps get R0J0hound and rexrainbow and maybe 1 or 2 others a Construct 3 licence.
Any news about the addon 'SpriteFont+ (SpriteFontPlus) by Chris Kent' ?
I think a lot of the plugins covered in this thread should be made official by Scirra. The users providing those really did a good job. Thank you all!
Any news about the addon 'SpriteFont+ (SpriteFontPlus) by Chris Kent' ? I think a lot of the plugins covered in this thread should be made official by Scirra. The users providing those really did a good job. Thank you all!
The functionality of this one may be 'official' see: https://www.scirra.com/tutorials/9536/m ... construct3
Mikal I will check this out, thanks!
Discmach Maybe you could edit your initial post and add the link https://www.scirra.com/tutorials/9536/migrating-spritefont-to-construct3 to SpriteFont+?
did anybody convert
Phonegap and appodeal plugin?