Welcome everyone!
It's been 3 days now, so it's high time for the new Poster XD. Recently I fixed a couple of Bugs (which got cleverly hidden :P) and I'm still working on animating the characters - 'Look' section. Currently, I have 8 more to do, so keep your fingers crossed that I will have time to finish for our premiere - December 1, 2020 :)
However, here is another update ahead of you - I find it quite important, especially for people who will want to come back / continue having fun / discovering secrets / medals. :P It's a code written by us in AS3 (along with @MariogD), which checks (when starting this game) whether a given medal has already been unlocked - I think it's a great solution. :) Well... due to the fact that in the design view (before publication) it's impossible to check it practically, we did tests in the design view, which worked :P We hope it is actually ok. XD
Here is the above code (like in the picture) that you can copy. And here a request to you, @Cyberdevil... Could I please have your someone friend (who knows more AS3) check it out? Does it really make sense? :P
var stoper_Medal: Timer = new Timer(2500, 1); stoper_Medal.start(); stoper_Medal.addEventListener(TimerEvent.TIMER_COMPLETE, ready_start_Medal); function ready_start_Medal(evt: TimerEvent) { var list_medals: Array = com.newgrounds.API.medals; for each(var medal in list_medals) { if (medal.name == "Mejson's first secret") { if (medal.unlocked) { summary_hero_secret.mejson_lock_1.gotoAndStop(2); summary_hero_secret.mejson_puzzle_1_text.gotoAndStop(2); summary_hero_secret.mejson_puzzle_1.gotoAndStop(2); } else { summary_hero_secret.mejson_lock_1.gotoAndStop(1); summary_hero_secret.mejson_puzzle_1_text.gotoAndStop(1); summary_hero_secret.mejson_puzzle_1.gotoAndStop(1); } } } }
The above code is for one (sample) medal named: "Mejson's first secret".
Those who have not yet managed to download LOGO, and would like to invite you to this Poster: LOGO_POSTER
What do you think about it, @MariogD, @Animetion24, and @Cyberdevil?
Regards,
Mejson
Mejson
Damn... I didn't expect that... this project will take us 5 months (July 2 - November 30) XD a bit long :P