Momo's Forum Posts

  • But what is the condition for this event ?

    Is it a System condition or it is from a plugin ?

  • Hello,

    One week later, i didn't found a solution,

    Anyone ?

  • Hello everyone,

    I am making a game for mobile device and i noticed on iOS (i am using intel Xdk for exporting) that when i receive a text message, my game doesn't pause and the player die.

    I found a way to pause the game when the phone puts the app in background but it is not working with notifications.

    So to all mobile developers here, do you know how to do this ?

    Thank you in advance

  • cranberrygame

    Hello, i encountered a bug with the Phonegap Leadbolt plugin.

    Indeed when i use the action "show app ad (banner) in a layout.

    It won't disappear when i change layout even if I use a "At the end of layout" -> "Hide banner"

    Does anyone else came across this bug ?

  • Okay, i found the solution to my problem.

    I had an error while importing wav file, that it couldn't output the m4a file, do i had only the ogg file.

    I fixed that error and now i have both m4a and ogg files in my project !

    And the sound is working but i can't mute it. I need to find a solution for that.

  • Hey

    I have one sound effect in the sound folder and one song in the music folder. The two are .ogg files

    I'm also using the preload sounds option.

    I play my song at start of layout and play my sound effect "on player jump"

    I have also a button to mute, unmute all sound.

    My game is working great but there is no sound at all.

  • Hello FredQ

    I'm also running C2 r190 and IntelXDK 1536, but i'm also having trouble to make my sound working when exporting.

    So could you tell me what event you use in your project for the sound ?

    Thank you in advance

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello Sean,

    First of all, your game as a great name, when I saw it on the threads list, it give me desire to play it. Concierge Hero sound like a fun game to play.

    And it was fun to play ! But one thing i find sad is that there is no really stress you know. I can only put my concierge at the desk and just wait for customers to come and let the entry become a dump. Or just taking care of the trash and let the customer wait forever.

    Personnally, i think it could be fun if we had to taking care of everything (Don't let the customers wait to much, keep the entry a bit clean) like a concierge should do.

    However, the graphics are nice and i find the concept fun, nice job

  • I didn't know that we could invert a condition, sure it will help a lot !

    Thank you Guys

  • but i find solution

    add variable for example called "pause"

    and do this script in event sheet

    when pause buttont is on touched ===set variable pause to 0

    on touched "play boutton" set variable to 1

    condition

    when variable time = 0 set time scale to 0

    if time = 1 set time scale to 1

    Hello,

    I am bumping this Thread because I have the same problem as you had matrixreal

    I'm trying to make au pause button in the auto runner template capx but I have a problem, when I hit the pause button, the player jump.

    I tried to do what matrixreal say worked for him, but still, it is not working for me.

    Can someone help me please ?

  • Yeah in your case it is more complex than mine and i'm not a pro yet.

    But since your game is quite like the auto-runner from the template, you should look at the version 2 from DatapawWolf.

    I'm sure you will find a way to resolve your problem in his capx

  • Hi,

    I add the same problem as you with my autorunner,

    and did some research and found this :

    http://www.scirra.com/arcade/example/59 ... -runner-v2

    You can see that in this version, there is no problem with the player when falling.

    (There is a link on the page to download the capx)

    Its is because the ground is not a bullet and the "game" is just scrolling to player automatically.

    See : System Scroll to Plaxer.X + **

    And you also need to change to YES the Unbounded Scrolling Property in the layout properties

    Et voila.

  • Hi,

    My name is Morty and i have been ghosting this forum for a while now, without posting anything. But since i'm starting to make my ios game for real, i decided to introduce myself to everyone. Good luck to everyone, see you on the forum !