newt's Forum Posts

  • There is no limit.

    However you are limited on how many objects can exist at one time, but that depends on the individual pc.

    The uid is merely an index given to each new instance when it is created.

  • Just use a variable. You can put what ever you like as the value, even a name.

    Then at runtime if you have three instances named huey, dewey, and lewy to pick on of them just use the compare variable condition.

    So if you wanted lewy you would just need to make sure that that value was a used as its variable.

    You have two ways to do that.

    1:Name it in the editor.

    2:Name it when it is created.

    The differences between the two was should be fairly obvious.

  • Looks like someone's got the ion cannon aimed at Scirra.

  • 7Soul

    Sure you can, just load the canvas url into the sprite.

  • That's a lot of software running on arm.

    Id say too much, but Chromium adds the possibility of Webgl. :p

    Smells like another kickstarter in the making.

  • May the 4th be with uth all.

    Those might be kinda cool for a Steam Birds clone, but there's just way too many cross references when you think about it.

    Thanks

  • I understand the default Linux browser isn't that great for html5.

    You might check for alternate versions of that.

    And then there are different flavors of Linux which may have a better default browser.

    If you find something that works nice, please let us know.

  • That type of vector is basically a direction with, or without force.

    It can be thought of as the x, and y with an angle.

    Think of a bullet trajectory. The way it is heading is its vector.

  • The C2 objects that use json are formatted a specific way to get them loaded right, so unfortunately you will have to do the same to your file for it to work.

    You can simply use the download feature, or input your own data into a C2 object, and then download it that way.

    I believe there are plans for some way to parse regular json files.

    Lets just hope its not too far into the future.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Welcome to the wonder ful world of Constrictor!

    For number one I would suggest Photoshlop. Its a little high end, but that's just how we roll around here.

    For number two I would say Audiggity.

    It has all the basics for mixing sounds.

    Not sure what to tell you to use for number 3.

    Safe to say there's tons of options out there.

    Why I've even see a Itube with someone using their Wephone.

  • The forum in general is known for helping people to use Construct, so surely you can understand how people would be weary of someone with little to no reputation advertising their services in a manner that is quickly starting to resemble spam.

    Also I didn't see that Discmach had any suspicions.

    What I took from his post would be closer to a feeling I dare say most here share, that being "dont call us, we'll call you".

  • C2's collision system is not made to do that.

    You would be better off using several tiled bg with the sold behavior stretched and placed to look like what you want.

    The memory saved by doing this is huge. Freakishly huge compared to what you want to do.

  • I used this method a few times in Construct Classics canvas, and it works quite well.

    It also works ok with Rojo's Canvas, however there was an issue with what was returned with Fire Fox.

    I reported the bug, but you never know if or when they will fix that kind of thing.