nettemple's Forum Posts

  • Solved it - Sorry, but still would like to know a simpler solution. SOLUTION: I eliminated the set X and replaced it with "place on layer" - I put it on a layer "CARDS" that the cards were placed on.

    I could not place it on the "CARDS" layer original because it scrolls (100% x 100% parallax)and I want the title to stay static (0% x 0% parallax).

    Any better solutions are welcome.

  • I am taking a snapshot of the canvas and downloading as a png. Everything works BUT the "title" on the screenshot is out of position. It is hard-placed 100 pixels from the left edge of the canvas and viewport (with a 0% x 0% parallax, so it wont move in app). I tried adding the position code as seen in the pict attached, but nothing seems to work. It always appears about 300 pixels to the right (X) of its original position. How do I get it on the screen shot where it actually appears in the app (100 px from the left edge)?

    Tagged:

  • I have a simple sprite that acts as a button, when I click it, it performs an action. How can I disable this interaction based on a condition (for example - variable = active vs variable = inactive) - I know you can disable interaction on a LAYER - is there any way to do it on an OBJET?

  • So would a wise strategy be to set up an unused layout to house all assets that you'll be spawning for a better preload and or queue?

  • Using CREATEOBJECT - does the sprite need to be present in the game to make copies? What is the most efficient and best way to spawn multiple objects?

  • Similar to a parent/children relationship so I can effect ALL items in a "group" with an action or behavior instead of applying the action or behavior to all of the items individually. This is very common and simple in many apps, I am sure there must be an easy way for this.

  • How do I group objects? I saw an old video using a GAME OBJECT behavior, but I no longer see this behavior available?

    Tagged:

  • Money! Both solutions work. TY

  • Not sure what that means... is there some type of "self" tag (i.e. card.self destroy) The condition is a simple "when I click on the instance"...

    Currently i have:

    OnLeftBut Clicked object (card) --> Destroy card (see below)

  • I create a new object with the "CreateObject" script. I then add many more so I have a multitude of instances of that same object. I want to click on an instance and have it "destroyed", but now it destroys all of the instances. How do I only destroy the instance that I click on and not all of the others?

    Tagged:

  • Trying to build a simple streaming player - how would I get this to play inside a simple Construct 3 project:

    "http://19013.live.streamtheworld.com:80/WFNK_FMAAC_SC"

    Thank you for the help in advance.

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Amazing!!! Thank You - so much simpler than all the AJAX stuff for a simple action.

  • I have a simple URL that takes the user to a construct game and the URL contains a string variable...

    "https://www.site.com/game/index.php?name=tom"

    I changed the default CONSTRUCT index "html" file to "php" so I could send the variable.

    This is a very simple one-value variable.

    Thank You - d

    Tagged:

  • I have *take snapshot of canvas* set to 3000 px wide by 3000 px tall but it is captured differently every time based on the window size of the app in the browser. Is there any way to capture a FIXED snapshot regardless of the browser app window?

  • How do I load array from url (json file on my server). I have a file in json format on my server, can I use an absolute url to load the data into my construct internal array? Thank You - nT

    Tagged: