Gougth's Recent Forum Activity

  • ,

    I guess it would be easier to play the demo and then tell you about things that are "missing".

    Are there going to be enemies?

  • looks nice!

    +1 also

  • This is the only thing I've created that doesn't look retarded:

  • hey Ubivis,

    i was just wondering whether there is an option to set the size of a tile. I'm using 64x64 tilesets for example and would like to use this plugin :3

    does this plugin only work with 32x32 atm?

    edit: Could you add an option to make every wall be twice as big for I need 2 tiles in weidth and height to display a wall correctly. I added a screen to explain it. But best would be to make it possible to change the size of the individual "tiles"

  • Pariunos

    you could use the bullet behaviour for the object you want to be pulled to the black hole.

    Then check if the object is in a certain range (use "distance(blackhole.x, blackhole.y, object.x, object.y) of the black hole and then activate the bullet behaviour and set its angel towards the black hole.

    If its overlapping the blackhole destroy it.

    Cheers

  • ahr Ech

    only 20x20? They seem to be soo big! At least my 64x64 char seems to be so small in fullscreen (compared to your humans)

    Which programm do you use to paint them? PS?

    Bullet behaviour you say? Intresting... I guess that would work for my enemies as well. Atm they work with the pathfinding behaviour and get often stuck etc, never thought about the "easy way" with bullets. I'll defenitly try this out asap.

    That'd be great! I'll contact you for sure if I got any other questions, thanks for the offer! I can't tell you how much I appreciate it!

    The bug has not happened more than once (havn't played through so many stages tho'). I am not quite sure when it occured but I'm positive that I didn't kill a boss before since I havn't seen one yet (haha). Nevertheless I think it occured on a saved game. I finished only one stage, saved and was loading it several hours later.

    btw: how do i refer to your name since it has a space character in it?

    edit: The bug occured again. I was loading a saved game, died and joined the "starshatter" thing through the skullteleporter. At the end it gives me again 2 options to return to the base. Hope it helps!

    edit2: when it occured once, it occures the whole team when finishing a level! Also both options are working as intended and teleport you back into the base.

    edit3: there was an enemy ("small one") floating through the space instead of staying at his island

  • Hi ,

    set a timer to the object you want to spawn. On start of layout = start timer. if (timer) => system.spawn object.

    But I'm not quite sure if u can set a timer when the object has not been created yet.

    Otherwise try it with system.wait(3) on layout start!

    Cheers

  • Hey gerrard1995,

    let me quickly recap it, just to be sure:

    1.) player one picks a 4 digit number

    2.) player two picks a 4 digit number

    3.) when any number matches it says "T" (=true?) if not "V" (=false?)

    You could achieve that by putting the digits into two arrays, e.g. 1# (1|2|8|6), 2# (2|3|5|9).

    Afterwards you check the single places of the array one by one.

    I don't understand the rest of the game concept tho.

  • Aphrodite

    thanks for the idea, havn't thought about "for each" in this case! And as Magistross pointed out that was the key to success! Thanks!

    Magistross

    thanks a lot mate, thats exactly what i wanted to do! I love it to see that there is still so much to learn for me. It seems so obvious and easy in your version, i couldn't have thought about it beeing that easy.

    Thank you all very much, you've helped me to unravel my thougths about recursion in c2.

    edit:

    i got one question left:

    1) we don't know which one is instance0 and which one is instance1, do we? Is this random or could it be always instance0 = top (while colliding) and you just coded this to be safe?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • [quote:2w609wuw]Oh, bubble shooter. So if the number of bubbles in a row that has the same color is 3 or more, it has to be destroyed. Am i right?

    they are destroyed if 2 of the same color are colliding. If there are even more than those 2, all of the same color should be destroyed, yes!

    [quote:2w609wuw]And you want it to check if the color is the same just for a certain row, in both direction from a bubble, instead of all the rows. right?

    yeah, we just focus on a single row for the moment. There are always 2 bubbles involved in crash since they have the same speed and start at opposite positions. Yes.

    [quote:2w609wuw]Now i'm just wondering what you mean by recursive function. You mean a function that has to check for all the colors?

    I thought about a function which has to call itself again if certain criteria match. It is called to check the next one in the row. If this one matches, it calls itself again with the position of the last matching bubble again and if this also matches it calles itself again and so on.

    It is so difficult to explain this without the capx!

  • priyanka19

    you could save each date in an extra array while splitting them up 1# (31|07|14) and 2# (29|07|14).

    Then you compare the spots of the array, starting from the very back. This wil result in many if and else clauses as you want to know which one is older and how much older but should be completly doable.

    same with the time.

  • Pandy

    no not exactly like that. It should be checked in two directions. The bubble above the upper one (who had collision) should be checked. If it matches the color then the next one above should be checked and so on. Like a "pop function" on a stack. Same goes for the lower ones (lower than the lower bubble which has collided)

    while (nextOne.color = searchedColor{
                           pop();
    }[/code:433r0182]
Gougth's avatar

Gougth

Member since 16 Nov, 2013

None one is following Gougth yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies