ijoin's Recent Forum Activity

  • Just like the title said, how to check whenever the player force close the game and save the game?

    thanks

  • shameless bump

  • So here is the idea

    I want to make an pathfinding for platformer style game

    Image uploaded by someone on this forum

    I have tested lordshiva's capx here

    Now the question is how to implement it in platform style? Adding platform behaviour only make the object grinds on the ground

  • I shouldn't think C2 would have a problem with this type of game mechanic.

    You shouldn't think? But why?

    I don't undestand

  • So, after googling here and there, I got a nice sample for my fruit ninja style game

    http://static1.scirra.net/arcade/games/ ... ninja.capx

    that's the capx, and sadly there is no bomb or other obstacle in there

    My goal is to make something similar like this

    http://codecanyon.net/item/slashfruit-n ... ew/6748015

    My idea is to make a similar system like the way to spawn the orange ball, so we can call it bomb ball and everytime the swipe touch it, it will shake the screen and game over

    Is it good idea and will the performance suffering?

    There will any problem when converted to android APK via ludei?

    Help needed. Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 1. Do I need to compile an APK and sign it / zipalign it to make it work? Or should it work by directly playing the .zip file using Ludei's testing app?

    You only need to compile it to APK using Cocoon JS

    Dont forget to set it to 1.4.7 compiler since 2.0 is not working

    Also, don't minify it

    2. Will the ads show on a game which is not published on Google Play but is in beta release in Google Play Console?

    From my experience, the ads only showing up in the compiled APK

    3. Also, can you just explain how to add events for full screen ads?

    Like:

    Mainmenu event sheet

    When touched Play -> Go to Layout Ads

    Layout Ads Event Sheet

    In in CocoonJS -> show full screen ad

    System: Wait 5 sec

    Go to Layout "Start Game"

    Should it work? I want it so that when player touches Play he is shown a full screen ad for 5 sec then he is redirected to the main game.

    Theoritically, it will work

  • I got same problem

    But it fixed, only need to reinstall the 64 bit java since i'm running Windows 8.1 x64

  • Cheers dude, I'll try that out - My version doesn't work when I export to mobile, the music isn't muted.

    Follow this tutorial

    It works for me when exported to cocoon js

  • lol

    didn't read the 2nd page

  • I would make an invisible collision sprite that follows the enemy around above their heads. Put it in a container with the enemy. If player overlaps that kill sprite for more than say 0.25 seconds destroy the enemy.. that's the easiest way I can think of doing it.

    Just make a small sprite sticked on the enemy's head, whenever your character touch the sprite the enemy dies

  • ijoin

    I handle the sound toggling with a global variable "Sound". If Sound=1 all sounds will be played.

    Live-HTML Demo: http://envato.wdbase.de/wp-content/demo/candyland/

    This is the code behind handling the toggle function/animation.

    [attachment=1:1pjma5si]toggle_sound.png[/attachment:1pjma5si]

    And this is the sound function handling the playing of the sound if it's enabled.

    [attachment=0:1pjma5si]toggle_sound_2.png[/attachment:1pjma5si]

    This is a very simple function, but it works perfect on all platforms i've tried so far.

    Thanks AndreasR

    Glad, Construct 2 community has someone helpful like you <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    Btw, tried your candygame, got any tutorial to make select character and the doodle system?

    Thanks again!

  • You can try changing the master volume or by tag. Instead of using dB I use this formula to put a volume from 0 to 100

    33*log10(X/100)[/code:32qwok2k] for X from 0 to 100, or [code:32qwok2k]33*log10(X)[/code:32qwok2k] for X from 0 to 1.
    For toggle try this:
    [img="http://dl.dropboxusercontent.com/u/139926126/Forums/scirra/toggleSound.PNG"]
    

    Thanks!

    Gonna try it soon!

ijoin's avatar

ijoin

Member since 24 Apr, 2014

None one is following ijoin yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies