uzet1's Forum Posts

  • Remote is a different issue,

    It does not work at all for me...

  • Hi all,

    I'm trying to test a multiplayer example, any one of the examples.

    I'm opening 2 preview tabs (option+preview button), but it doesn't work

    Its always discontented, nothing can be tested really

    Anything wrong here?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    I want to move my player to an xy position with a jump effect,

    The distance to xy will change from jum to jump

    Is there an example for this or what will be the math needed here for the jump?

    Tnx!

  • dop2000

    I'm using C3, noticed I'm in the C2 only after posting it.

    I'll try the last object created good idea

    TNX

  • Hi,

    I'm creating a couple of random objects from a list of objects: fig1, fig2...fig20

    I get a random number and that creating an object by name("fig"&rndnum)

    at a button click I want to destroy all of those objects.

    How I can do this?

    I want to get an array of their UIDs but I don't find a way how I can store them.

    How I can achieve this or is there another way to do this?

    TNX

    PS - put all the objects: fig1, fig2...fig20 into a family and destroyed the family, but is there anothe way?

  • Hi,

    I want to create an easy to manage solution for a problem like this:

    I randomize a number between 1-10

    if 1: create an object at (x1,y1)

    if 1: create one object at (x1,y1) and anoter object at (x2,y2)

    and so on...

    I was thinking of an array of arrays or of a json file that stores arrays of x,y coordinates

    {

    "arr1": [[x1,y1]]

    "arr2": [[x1,y1], [x2,y2]]

    }

    if so

    What is the best way here?

    in the case above, arr2.1.1 will return x1?

    TNX

  • Hi,

    This might be a newbe question, but when I test a game (especially on mobile)

    I see that there is a big Margin that pushed the game canvas and takes a lot of screen space.

    How I can control this and remove those margins?

    TNX

  • Tnx Ashley,

    I'll check it again!

  • Anyone can help?

  • Hi Ashley

    Tnx for the reply.

    Which one of the files you want?

  • Hi,

    I've uploaded my test game to this address

    diyphotographystuff.info/games/Math-Game1/index.html

    But it doesn't loads

  • Hi,

    I built a tool (still on beta raw mode), put here:When the user ends his editing, he can press the purple button (with the arrow down) and it downloads an image of his creation.

    The thing is that the screen shot contains all the screen, while I want to capture only the yellow part of the screen (Marked in red)

    what are my options here?

  • Bruno, TNX, I've just found out about this

    TNX

  • Hi guys,

    I'm trying to make a very simple textbox that the user can put a number in it and I'm comparing it to a variable.

    I'm trying if the comparison is correct a text element has the value "correct", if that false the text element has the value 'false"

    I can't do the comparison well, no matter what I try.

    I set the textbox type to nuber.

    What other "problems" I'm missing?

    (its supposed to be a math quiz type ot game)