mutajon's Forum Posts

  • Thanks!

  • Hi,

    In my project I have several object named "puzzleGridX" where X can be any of several numbers.

    In the image shown, I'm setting the position of another object to the X and Y values of the puzzleGrid0 object. Is there any way to refer to different puzzleGrid objects with a single expression?

    For example, instead of puzzleGrid0.X, something like: puzzleGrid&AnotherObjectName.number.X

    (where 'AnotherObjectName.number' is an instance variable of another object that contains the number I wish to concatenate to the end of "puzzleGrid"

    Thanks!

  • Got it. Thanks dop2000 :)

  • Thanks oosyrag!

  • Thanks!

    What is the advantage of using TiledBackground object instead of a sprite if it is just a plain fill color?

  • I want to create a simple progress bar filling animation.

    I have a zero hight sprite that i use tween to increase the height (in the hopes it would look like a bar filling) but the height is increased to both sides of the sprite - thus out of the bar itself (see pic, the yellow part starts in height 0 and increased to 100).

    Any ideas how to achieve the desired result as simply as possible?

    Thanks

  • Thanks!

  • Works perfect! Thanks again.

    Any idea how can I implement it as part of tween to change the scale? where I need to specify the change in scale for the X and Y separately?

  • Will try. Thanks for the response! :)

  • Any tips?

    dop2000R0J0hound?

    Thanks!

  • Hi,

    So I have a bunch of sprites on screen, clicking on each of them should cause it to be enlarged (while keeping same width:height ratio) so that their width fills half the viewport width (and their height is automatically changed to keep original proportions).

    Any ideas how should I go about achieving that?

    Thanks!

  • Was not aware this feature was added - thanks!

  • Hi,

    As title suggests, current support is problematic with punctuation signs (,.!?) shown at the beginning of sentences instead of at the end.

    Any ideas or suggestions on how this might be remedied?

    Thanks!

    Tagged:

  • Thank you both for the detailed explanation.

  • Try Construct 3

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

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

    When testing local storage during development I see it works well. How do I avoid any saved parameters to be carried over to the exported version (exporting for the web)?

    Or does these saved parameters automatically not being copied when exporting?

    Thanks!

    Tagged: