TheDarkImperial's Forum Posts

  • In generals i don't find something like Exit or Close.

  • I want export my Game to Android. How make that the App close if u touch the Exit Button in the Menu Layout. I see nothing that called "close Appliaction" ?

  • My Question is how make a Fog effect like this for a Platform Game with Scrolling Layout. I know that he use more Layers but how make that Fog spawn like this ?

    (url)http://www.youtube.com/watch?v=daS-qxtAZJY(url)

  • Does that work?(I have never used pause before)

    If so,

    Make a global variable called "Pause" initial value =0

    When clicked on pause button,make it 1

    If 1 AND clicked on pause button,make it 0

    If "Pause"=1 ,Disable group

    If "Pause"=0,Enable group

    Hmm nothing happened, also if i only use P pressed = Timescale 0. The Game just run normaly.

  • Yea but how make that i can activate and deactivate with the "same Button" ?

  • a litte Push

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Any suggestions ?

  • I want Pause the Game with P. How make that Construct 2 know that First Press = Open Pause Menu and Second Press = Close Pause Menu.

    Thank you for every Help

  • Hey man, so have you managed to get two pieces of music to work in your game??

    I can't do it.

    If I have two tracks in my music folder it can only play which ever one occurs first when running the game and then won't play the other.

    It seems you can only have one music track in the music folder!?

    Ignore the Music Folder, its useless. Put all Music in Sounds Folder. Than you able to play.

  • You need to give the regular background music a tag. If it sees Resume " " I think that means Resume Everything instead of resume a particular track. You need to tell it what to resume.

    Well thank you,first i though it was because i use ogg ^^

  • I try to make that if u die in my Platform Game.

    Than the Level Music paused and the Gameover Music plays.

    If u press R to load,the Gameover music should Stop and the Level music must continue.

    Problem: Both Sounds Play

    if u die/player get destroyed in my Game

    if u Press R

    Stop Gameover Music

    Resume " "

    Load Game from Slot "Save"

  • A litte push because i can't figure it out (I hope it's allowed)

  • Nobody can help me to make Gameover Music ???

  • Place the music in the soundfolder. Then it should preload.

    Wow thank you very much it works

    Okay another Problem. If i die the Gameover Music starts but the current Stage Music don't pause/stop. Any Ideas how make that the Stage Music Continue Playing after Gameover Music.

  • I have some Problems with Music and Sound. If you die in my Platform Game,the Gameover Music should Play and the current Level/Stage Music must stop and if u load than it continue. But it don't work. I can't pause or stop the Music. Also i want to preload Sounds cuz they need to long to load. Have someone any Solutions ? I use node-webkit

    In every Level i have placed this Obj

    This is what happening if u die

    Thats how my Loader Layout should Load but nothing happening.