nettemple's Recent Forum Activity

  • 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:

  • 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:

  • make variable and simply change after X sec.

    BASIC LOGIC

    spawnVar = 0;

    after 30 sec spawnVar = 1;

    if(spawnVar == 0){

    spawn action

    }

  • Yes - just something a bit more natural (smooth) with less bit mapped edges - especially when making a thin line. I will continue to look. But if you've used the mobile/tablet app Notability or Procreate - you'll know what I mean...

  • Okay - I tested both of these and even though they work well, they still create "1985 MacPaint" bit-mapped looking lines. Are there any examples of one-pixel lines that are more natural? Like you might see in the app Noteability or Procreate? I realize Procreate is a heavy app, but I am just after a more natural LINE, not all of the fancy paint features. Thank you in advance.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did see an old post on drawing a thin solid line - Any updates on this? The links are old and no longer available. When I draw a line using this method OR the newer drawing canvas, I cant seems to get a good "solid" line. It breaks up at times and becomes a dotted line if I dont draw slowly? Thoughts? Examples?

  • Thank you = Im giving it a shot but having trouble - Ill keep it up and let you know how it goes. Thank You - dM

  • I want to be able to click a button and have an "area" of the screen downloaded as a jpg or png. I don't want the entire screen, just a predesignated "sketch" area.

nettemple's avatar

nettemple

Member since 8 May, 2018

Twitter
nettemple has 3 followers

Connect with nettemple