newt's Forum Posts

  • It looks like you are trying to run it locally without uploading it to a server.

  • Ok, yeah. Hence why we get Construct logos for favicons.

  • You put it in a folder. It doesn't know that. Tell it where it is/

  • The advanced Random plug has permutation tables that will create a list of non repeating numbers, and even reshuffle them for you.

  • Cool. Nice to see something else besides Firebase.

  • I think there might be a middle ground where you paste the objects into the Drawing Canvas, and then snapshot it into a Sprite, again doing it not every tick.

    But that does mean you can use the Sprite for zooming.

  • The canvas changes size when either the viewport changes, which you don't really have full control over, and when you change its size manually. Ideally you would not use manually changing the size of the canvas for zooming type effects.

    The only tool we have for non developer changes is the Drawing Canvas Condition "On resolution changed".

    I think the best solution using that would be storing a snapshot using the Binary plug in Local storage.

    That means replacing the snapshot incrementally, and there will be missed frames.

  • The runtime is custom, and minified per export. There is no human readable version.

    There is no compiled version.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It won't be sold anymore, but if you already have a license you can use it indefinitely within that context. It's just that C2 will be less and less useful compared to C3.

  • That's no more complicated than algebra, just figure out the computer math or C3 equivalents, which is all there, and will handle this easily.

    I would suggest not trying to stick it all in one equation.

    Sub events make things easier and more readable.

  • Proof.

    All I ask is proof that this is even useful.

    Provide it or go sell screen doors to submarine makers.

  • One of the big problems with Construct 2 is unencrypting the graphics after output.

    Personally, graphic encryption has been and is important to me

    I bought this software and it has completely met my needs and I can say that it is really great

    If the graphics of your game are important, I suggest you use it

    Welcome to the forums Mr.Pennywise...

    Stay awhile and tell us all about how you needed asset encryption.

    You've come this far to this particular corner of the internet, might as well make the journey useful.

  • You should do a survey to see how bad this "big problem" is.

    A show of hands from the number of people who have had their assets successfully stolen...

  • You can load their state via json.

    dropbox.com/s/e9u175xy9dna578/particlejson.c3p

    Provided you save the state you want...