felixarch's Forum Posts

  • I've uploaded my game to the playstore (cocoon io)and everything is fine but when i'm trying to upload it on a server (or the arcade) it's loading and then the screen stays black... if i click in another window and come back the game is ready to be played... Why???

    https://www.scirra.com/arcade/other-gam ... bald-11505

  • If you've uploaded arm version only maybe those are using x86

  • i've recreated it outside of my game to make sure their wasn't anything else... Still not working...

  • hi, i've tried the pick all and there was no event to set y... still not working. Also, i've forgot to mention it's only moving when i drag the instance i've created first

  • Hi,

    I want to make a scrollable menu with a sprite family. I'm using the drag n drop (vertical) and the pin behavior on my sprite family.

    When i'm scrolling it's only working when dragging one sprite, as soon as i release the click on the sprite, it's stuck and i can't drag anything.

    Can i make this work? Should i try something different to have a scrollable menu? I'm doing this for my levels page, where the player can choose the level he wants to play...

    Txs a lot!

  • Problem Description

    c2 has crashed (v200) and the autosave file is about 24 hours late... My autosave is set to 10 minutes.

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1
    • Step 2
    • Step 3 etc.

    Observed Result

    ____ What happens? ____

    Expected Result

    ____ What do you expect to happen? ____

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    Construct 2 Version ID

    ____ Exact version ID of Construct 2 you're using ____

  • Never mind, the bug was on my side! It's working well and it's easy to use. I'm going on vacation for 2 weeks and i'll try to do a tutorial with your program because it's saving me lots of time!

  • Hi, can you provide a .capx example because i can't load the array. Thanks!

  • yes i do have some weird issues and i want to work on it to try to solve those. If you can, when i'm done with this, could you review it and suggest me better practice to help me to get better. thank you very much for your help

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hum.. i'm working on it but i'm doing something wrong... Can you take a look on my capx... it's at the bottom

    thanks

  • Hi,

    I have family and everyone in the family has a boolean variable. Each boolean can be true or false during the game... it's changing.

    I want to count all the true boolean to be able to end a level when the player reach let's say 3 true boolean variable.

    I'm able to count the true boolean with a global variable but i can't figure out how to do this when the player is changing the value of the boolean. I've tried to use trigger once but it doesn't work.

    Thanks

  • Thanks a lot thatserafimkid

    That's exactly what i was looking for!!

  • Hi, i've search through the how do i section but couldn't find what i'm looking for...

    I want to want to set a sprite on on layer according to a global variable:

    Step1: If global=1 then sprite1 go to layer 1

    Step2: If global =2 then sprite2 go to layer 1 AND sprite1 go to layer 1

    Step3: if global i=3 then sprite3 go to layer 1AND sprite2 go to layer 1 AND sprite1 go to layer 1

    I'm able to do this but i'm repeating all action and i'd like to know how to insert the previous steps...

    thanks a lot!

  • I'm using 7zip and i just find out that i can't use "unzip all" but it's working with "unzip here"...

    "Unzip all" is working for the v1 only... really weird... i don't understand...

    If this can help anyone...

  • Hello ,

    I'm using intel sdk to build an android crosswalk apk and everything is fine but when i want to update my app i can't unzip the file (it's build). It says it's in use by another party. Also, if i turn off intelsdk the zip file is deleted.