mr inkoqnito's Forum Posts

  • 14 posts
  • You do not have permission to view this post

  • Okey but does that condition really work? Trigger once while true only trigger once dosent it? i want it to be able to trigger several times if the user pause and unpauses. Or is it just in that frame it triggers once?

  • With Global Variable, the value is not limit in 2 values true & false.

    I usually have the Global Variable gameState.

    gameState = 0 > Playing game

    gameState = 1 > Win

    gameState = -1 > Lose

    Thanks for the answer!

    Does the condition:

    System - Check variable execute every frame? So i can just use that condition and when execute some actions? and then just change that variable to make it instant change?

    /Isak

  • Hello everyone, i am wondering how to achieve a state machine with Construct 3?

    For example when i press pause i want the background to stop scrolling and some elements disappear do i have to do this manually or is it a way to create a state machine where i just change the states?

    Tried an global variable with isPlaying= true or false but that didnt work. Maybe call an group or something like that?

    Hoping you understand what i am after=)?

    /Isak

  • Hello Kriand,

    I am using an global variable because it determines when the game is running, and i thought it should be avaible for all gameobjects?

    Anyway i tried the timer and i got it to work sometimes and sometimes not, I want the score not to show until the countdown is done and it works most times but not all the time, Sometimes the scores shows up immediately and start to count up and the animation freezes on the first frame. Is this a bug or something i done?

    /Isak

  • Hello,

    I have been trying to have a counter before the game starts like 3...2...1 i made an sprite and had four frames which had frame0: empty frame1: 3 frame2: 2 frame3: 1

    And selected no speed so i could change the frames manual. but when i trie to do this in the eventsheet it changes to frame1 but when nothing happens? Do anyone no what i am doing wrong?

    /Isak

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Okey, do you know which settings in about:config i need to have set to true to be able to use construct?

  • Okey, because it says that the browser dont support webgl.

  • Okey, but shouldnt firefox be supported?

  • Hello,

    I tested Firefox 61 in Ubuntu but it tells me that i dont have webgl, tried to activate webgl but still got this error. Isnt firefox supported? And which browser is recomended to use?

    /Isak

  • Hello chadorireborn,

    I will check out your addon now when i know what i did to cause my error=)

    Thanks all!

    /Isak

  • Hello again,

    Okey i finally found out the problem, i used several event sheet but i didnt used the main there i inlcuded all event sheets=)

    /Isak

  • Aah okey, heres is the game running and also the events. Shuold not the ship follow the cube?

    /Isak

  • Hello Dop2000,

    Thanks for reply but cant get it to work, to me it feels like Construct 3 is buggy? Things that should work dosent or perhaps i am doing something wrong? I've tried what you told me but it did not seem to work?

    I did not found drag on end so i used on drop is this the same?

    I tried to insert an image but dont know how to do it? How do i add it into the post after i have uploaded it?

    /Isak

  • Hello,

    I two problems with drag and drop:

    1. If i not initially enable drag and drop i cant enable it later in the game with set drag and drop enabled

    2. I dont understand how to constrain drag and drop to the screen? I see there is for the layout but my layout is bigger than my viewport.

    Hoping someone can help me out=)?

    /Isak

  • 14 posts