helena's Forum Posts

  • Thank you for this!

    I will return to this later.

  • Since you can't have a XY array of irregular width.

    How would you do this best:

    Initial width and height is dynamic and calculated at runtime.

    Let's say we have this grid of 20 entries width and 10 entries height.

    We fill the horizontal entries with 0 up to 19 on each row.

    Then a loop for every horizontal row, you pick one cell at random, and then delete it. Making the width of THAT row one cell smaller.

    Repeat for every row until you have no cells left.

    How would you do this?

    Quite confusing.. sorry.

    For this one I would like to ask for capx or at least clear answer. I hope it is not too much.

  • you are welcome!

  • Twisty fishes! The twist effect make me think of fishes swimming.

    I have added wish of dropshadow effect to the general wishlist of effects. Transparent or not, crisp or blurred. the kind of dropshadow that is hovering behind with equal size, 3 pixel bottom-right (of course distance and direction could be changed). Respecting the alpha of the main object. Maybe you can figure out something? Of course, I am just writing here "thinking out loud" not demanding anything. I look forward to more updates in this, no matter what.

  • I love the scroll most of them all!

    And I totally see what Aurel mean about the last shader.

  • Sisyphus, you are so right. I realized it when I thought of the export folder. Only one single instance of the png picture. Duh!

  • I say nope.

    Because I would prefer to see Ashley work on a thousand of different things instead. The reason? He's the only one working on C2. I wish they would hire more people but apparently it is hard to find a good one. Maybe it could just be him having high demands on "same mind" and do not want to lose time to "synch".

  • As for 2, Tom has already answered that they won't do it, they prefer to have a product to sell to get money.

  • And if you think it is too confusing to update and keep track of the variables, an alternative is to make the sprite font png just 0-9 for the score numbers. It at least will make the png file a tiny bit smaller.

    Then you can use individual objects with only 0-9 for the number keeping and then a object with full character set for making instances with texts. (for dialog, info messages)

  • Maybe instances has been mixed up with objects?

    instance = copies of one object. (= only one sprite sheet is used)

  • Use the same spritefont and make a new instance of it. I haven't done so myself but I need to do so. I guess for static text it will work.. Of course someone here will chip in with better solution.. But maybe identify by variable?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • And if you do not have a part you can hire help for that part. I do not have ear for sound (as I am deaf - sign language deaf so to say) so my game is silent. Might ask for help in the future.

  • Somebody

    It is so true to be better to be in the 21st century, also it save on paper = better for environment (if you do not buy new tablet every year that is.... so the enviroment is really moot point... )

    But for me I prefer paper and pen. Everyone are different. I need the feel of the paper and an nice good gel pen. (and a lot of post-it to put by the computer area, bugs to work off ) But if you (general people you) do not mind the tablet, then it is better just by the reasons Somebody mention.

  • I have also made lots of similar requests, including ability to print on paper. But I guess we will wait for C3.

    Be liberal with the groups and you can also make group inside group. To me the group title and subtitle is more clear than just comments. Use different event sheets for different codes. Add the global variables to their own sheet.

    Also you can space out the events, to make it more "airy", by adding empty comment rows.

  • The standardized iq test is usually about detecting patterns in graphic images.

    I happen to be quite good at that one (I am Mensa member) and it has helped me much in my sewing pattern creation and similar fields.

    But to make games you need knowledge and being good at math and logic. It is not enough just to know how to see patterns in graphics. I can attest to that. (I also hated math in school.. so I do not know much but I will try.. I am also more visual person! math equations make me sleep...)

    But if you are *open to absorb* and make effort to read the manual, read the tutorials, open 40+ capx examples to examine them.. Really, time is the important aspect! Do you have time to put hours on learning? If not? Then maybe better not start. Yes you need to learn stuff even for Construct2. Yes it is easier to learn, but you still have to learn some.

    Another suggestion is to invest in a good nice pen and paper! Draw, write... write the order of things that should happen. Try to break down in the way a computer would do it. It will make it easier. Also if you have problems with math/logic it helps to write down the numbers, draw graphics.... arrows, pointers.. visual aids!