Somebody's Recent Forum Activity

  • MultipleChoice - quite sure it isn't vectors - Sony cameras do processing like this one the fly so it's possible using shaders, but it's probably quite tricky indeed.

  • Or you could do it the true procedural way and use seeded random numbers so given a seed the outcome is always the same. I believe Rex had a plugin for this.

  • Well, the error message itself seems to indicate that somehow the contents of the file are being passed as the path, no?

  • Ok, an example - 24 keypresses have a certain effect and if that is the case we should do actions A and B, 16 other keypresses have a different effect and only action B should be taken. Currently I have to add a Set global variable to each and every one of those keypresses and if the order or such needs to be changed go through them again. Action B is reasonably extensive so doing it on any keypress would be wasteful.

    I suspect plenty of other uses could be found, such as, say, changing things in a settings screen, etc - you could just add a single save event at the end if there's been any activity in a given group, be it clicks, keystrokes or something else. Or, the player gets damaged by one of umpteen different enemy families, each one with different impact fx, etc, but in the end you check but this one thing for a screen flash for damage. And so on and so on.

  • Glad to help.

  • If you want to do it right it would take some maths - finding the center among the objects, then finding a ratio of movement outward based on the size increase, etc. But is it needed in your case? Do you need to scale them just like in an editor, is the position different in each case? Or is it just the type of growing movement where the sprites grow and distance between them grows as well?

  • The way I would do it - make your pickup display thing a single sprite with animation frames for each pickup display (let's say black dot for frame 0 and different notes for all the rest).

    Then make an array, size 10, a variable - index, and a variable - bonus. Every time a user picks up the goody do something like: Set array at (index) to pickup number (frame). If Index = 10 bonus = bonus +1, index = 0

    To display this you could make a little function that redraws your note list by reading the array - look at arrays in the manual to see how.

  • Sorry I tend to take intuitive leaps but more often than not fall off a cliff

    np, I'm the same way

    But yeah, this could make certain things much more straightforward. If there's no workaround perhaps Ashley could add "Have any events in group 'X' fired" event as a feature.

  • volkiller730 - could be, but isn't guaranteed - it might as well be a lack of optimization, be it assets or events for example, hence my question.

  • Have a look at the tutorials section above, there's plenty of good stuff to get you started or check the built-in examples (in startup screen).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hence the groups: If event in group "X" has fired

  • No one has mentioned the fact that all the assets seem really high res - are they optimised? Could be an asset that's like 530x530px eats up a whole 1014x1024 texture map,etc. Have a bunch of them and it quickly eats video ram and performance.

Somebody's avatar

Somebody

Member since 12 Feb, 2010

Twitter
Somebody has 2 followers

Trophy Case

  • 14-Year Club
  • Email Verified

Progress

15/44
How to earn trophies