fm4fanAT's Forum Posts

  • There are different solutions (like helper objects that disappear, instance variables or loops that check if already used)

    But the best one would be an Array. Here you randomize your Array and pull a number from it (see tutorials for Arrays)

  • Th easiest thing - without performance loss would be just a red sprite that gets resized (full screen)

    with opacity 30% or whatever or color with alpha,

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • As gumshoe2029 mentioned functions would be nice to implement so you don't have to write the code again and again.

    here is a tutorial that shows you how you could make it with all questions in a single textfile

    https://www.scirra.com/tutorials/4810/m ... e-equation

    Or a generated version of a math game

    https://www.scirra.com/tutorials/1418/trivia-game

  • I have the same problem - here are my findings

    the seam ONLY shows so far with nVidia cards (also in C2) Intel HD no problem

    the seam is only on some browsers like Edge (not Chrome)

  • THX - great tip

    [quote:2bgsmngl]b) Licensee may use and modify the licensed sound effects for personal and commercial projects without attribution to the original creator.

  • it would look something like this

  • Yes,

    start local laptop preview > then start remote browser

    also your IP address could be changed every time you connect to your WIFI

    best practice is to visit your router and - if possible - give your laptop (MAC adress) a fixed/preferred IP or change your laptop to a static address.

    Can you ping your laptop?

    From another computer open command prompt (cmd) and type "ping 192.168.0.12"

    On a phone you need an app like FING for Android

  • You need to preview your game and then start it remotely - at least this was my problem at first.

  • THX,

    [quote:1vbxervc]Just one question out of curiosity, is "N", "S", "E," "W" by default recognized as directions by Construct 2? So whenever I use these texts as variables, it will read as directions?

    NO

    it's just what I have chosen. You can take numbers or "L" "R" "U" "D" or whatever you like e.g. "left"

    Line1: set variable to random direction in this case N, S, E, W

    Line 2-5: check what variable is set

    e.g. if "N" then create object on top of the screen

  • not the best version, but the easiest to understand

    The global variable is TEXT and it just stores from which direction the enemy should appear

    Edit: North, South, West, East

    check the variable and place it slightly out of the layoutSize (30px)

    to check if it is working just replace 30 with 0

  • There are a lot of match 3 tutorials for C2 - and this is kind of the same (only a little bit more complicated).

  • Steam Summer Sales maybe?

  • Your link is broken

    you can paste it inbetween [code] 

    tags[/code:2lcaszfx]

    Or use the full editor - then you will see a button

  • LOL

    I did the same when I heard about it a few weeks ago. Took me also 6min.

    But the app was actually only something around 160,000.00 (rest is hardware, training, ...)

    So you don't have a lot of wiggle room to improve your app

  • create a new C2 project and search for "speech"

    Here you find an example of speech synthesis.