Darknessed's Forum Posts

  • no one ever try it?

    oh, so sad...

  • anyone have try it?

    i hope to hear some words from some fellows here

  • Just Tap me is the latest game released by ARCia Developer. This game is an easy type game but can make the player to feel furious because it is quiet difficult to pass through its every level. The game has main character named ZIPI. ZIPI is the icon of Just Tap Me game.

    The game has 3 different modes:

    1. TAP MODE

    In this game all ZIPI characters are inside the bubble and the bubble is falling from above. Player has to pop up the bubble by tapping the bubble, but also has to be careful because of there is bomb that are falling from above, too and if the bomb got tap, it will explode and player will lose score and life point. After character ZIPI get out of the bubble, do not let it touch the bomb or player will die and lose score and life point, too. In this mode, there are also metal boxes that requires player to tap it three times each of the boxes to let go the ZIPI special character. When player survive until time runs out, the player wins and can proceed to the next level.

    1. HOLD MODE

    In this mode, ZIPI will drown to the bottom of the sea. Here player has to save ZIPI by hold down the character ZIPI for around 2 seconds until the underwater helm which needed by ZIPI to breathe attached. The problems is there will be more ZIPI that keep drowned continuously and if player does not attach the underwater helm immediately, then ZIPI will die because of out of air to breathe and will lose score and life point. Player will be able to continue to the next level if player can survive until the time runs out.

    1. MIX MODE

    It can be said that this is the hardest mode between all 3 of modes because player has to save ZIPI that stranded by giving them the aid box, cloth box, and also food box. For the aid box, it is contained inside the bubble and needed to be tapped to release the aid box. For the cloth and food box, it is attached to the falling umbrella and needed to be sliced vertically or horizontally to release the boxes. All of that are necessary in order for ZIPI to survive. But if the bubble is not tapped and the umbrella is not sliced, then they will hit ZIPI on the ground and player will lose score and life point. There is also wood crate here that needed to crack by holding it for around 2 seconds to let the special ZIPI character out of it. If the player do not let out all the special ZIPI characters, then player cannot proceed to the next level.

    In this game, there is also ENDLESS MODE. But this mode can be unlocked if the player has complete all 50 levels of each modes first. This mode is more fun and more challenging because player is more focus about time and endurance. Player also can challenge themselves how far they can go to get the highest score. There is Baby Shark in HOLD MODE that are ready to pounce on the ZIPI.

    Want to know more?? So, just download JUST TAP ME in Google Play Store and will coming soon in iOS App Store.

    “Can You Tap Me Endlessly?”

    ===================================================

    PLEASE NOTE THESE MINIMUM DEVICE SPECIFICATION!

    OS 5.1.1

    RAM 1GB

    ===================================================

    Please feel free to leave a comment or reply below since I want to hear from anyone else that are already tried it.

    If anyone found any error or issue, please feel free to post it here and please provide the following informations along with it (complete device name & which part in the game that contain error or issue)

    Thank you and have fun trying

  • NOODLE RUSH

    This is a new game due to its release date on Google Play Store and also made by Construct 2.

    Description:

    In here you will find yourself as a Noodle Boss who are offering an opportunity to people.

    The opportunity you offer is becoming a seller of a noodle.

    The gameplay is about you controlling each noodle booth to earn money for each of that booth.

    Noodle that you will sell here is different from each other, so each booth is unique.

    Each booth have to reach its own certain amount of money to buy new booth and upgrading its own booth.

    Tapping is the only option to earn money and you have to tap the booth to earn money.

    Booth that are available is up to 5 booths. So, with many booths you will have to controll them one by one by tapping them.

    At this stage, there is only one level but I will add a new level as the update is neccesary.

    So, after all I wish you will have a good time try playing the game.

    It's fun to kill the boring time,

    But it could kill your fingers, too

    Please rate and review it.

    Thank you.

    NOTE:

    If any of you have ever asked why the image is like that, I have the answer.

    The game code was made by me, of course, but the game images was made and drawn by a 10 years old girl who is still in 4th grade of elementary school.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • EDIT:

    sorry wrong post

  • I post here to do the formal way of the published game on Google Play Store made by Construct 2 program.

    Also this is my very first app in Google Play Store.

    It's a game with 'Arcade' Category name NOODLE RUSH

    Here is the link:

    https://play.google.com/store/apps/details?id=com.arcia.myapp

    It's fun to kill your boring time,

    But it could kill your fingers, too

    Please help me rating and review it.

    Thank you.

  • sorry for bump again today, nobody have a solution for me?

    NOTE!!

    sorry guys...

    I've found the solution..

    for anyone who have the same problem and/or issue like this and found this topic, please try this:

    --> Add plugin Browser to your project.

    --> in event sheet, add event, choose browser then pick whatever you want or you need.

    also don't forget to see audio plugin properties due to it has an option to play audio in the background as well.

    That's it.

  • StudioGJ well, you should go look for how to export it to android platform.

    There are few tutorials about it.

    Back to my question, is there any solution from anybody?

  • I currently have published my first app in google play but still in Closed Beta so not for everyone right now.

    I have few issues from my tester that i need to solve.

    my app have sound and when the user hit 'home' button on their phone, the sound still on even when they go to their phone screen again and not in my app. (this case is the app is not killed, so the user can get back again without restart it).

    The problem right now can be solved only with killing the app but what I want is make the sound stop without killing the app and just hit the home button.

    are there any other way since i've been looking for the code in C2 but found nothing?

    anyone with the any suggestion for me?

    and thank you before.

  • Does nobody have any solution?

  • DolyGamesCosmos thank you for your response but I think your answer is not what I'm looking for.

    I already understand what you're saying but I'm looking for how to reset certain global variable when the current time (current time here means the real-time or your device real-time where you live at and of course it's gonna be different for each person if they live in different time zone in the world) changed.

    I've set it this way in the capx.

    'on start of layout' event, i've set to check if the 'Current_Date' variable is not equal to Browser.ExecJS("Date()"), then in the action, it will set 'Reward_Earned' variable to 0 (zero).

    in the event 'see_video' button is clicked, it will check again if the 'Reward_Earned' variable is less than 5, then the action will count it and if it reach 5/5 or max, the 'see_video' button will become unclickable.

    this is why I need to set if the day has change, the 'Reward_Earned' variable will set to 0 (zero).

    The bold point above is what I want to be happened by doing the red point above but the red point above is where something went wrong.

    this point is what I don't know at all.

    does something wrong in my code or i'm not doing it the right way?

    Any suggestions?

  • Right now I have a problem relating to global variables and current day (date and/or time).

    The problem is simple but I can't find any solutions with the code to make it happen after searching in the scirra forum and another forum.

    I just need to reset certain global variables when the current day changed.

    I provide a link to get a capx from me:

    https://drive.google.com/file/d/0B7foHI31iFhQczBxRUE2cjlfWEk/view?usp=sharing

    Please anyone, I need any suggestion right now.

  • sorry to get back to you after all these days.

    I've found another way to make it work. I used Admob Pro (3rd party plugin) from

    So, I guess this matter had been solved. Sorry again to tell you this lately.

    Thank you for your attention and patience.

    Right now, I have another problem but i will post it in another topic due to it's different matter.

  • Josek5494

    sorry if i"m such a noob for you but can you tell me what's this plugin 'minsdk'? thank you in advance.

  • at the moment, i'll try another way first then i'll come back to you..

    I just use admob native plugin from C2.

    does library you mean here is in android studio or what? because I don't get it.

    I just use Banner AD since my app don't get to well with interstitial for some reason, or do you mean I have to provide both codes (banner & interstitial) from admob in my C2 project to make it works?

    I can't provide my own capx due to privacy reason but next time I come back here, I will provide capx and also an apk file if possible.