alastair's Recent Forum Activity

  • I think it might be handy to have the layout/eventsheet tab positions remembered when you close/open a project, since I like to have them arranged in a particular way � except I have to do it every time I open the program which seems inefficent (I like my event sheets next to the layout).

    These are tabs I mean:

    <img src="https://dl.dropbox.com/u/1024727/scirra/tabs.PNG" border="0" />

  • After the spawn action, add an action to the bullet: "set angle of motion: 270"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is it possible to add a simple keyboard shortcut for adding a new action point? This would speed up workflow a lot.

    Since the add new action point button is in a different window, sometimes when you click "add" it doesn't work (because you only activated the window focus...) and you end up changing the position of a different point without knowing it. This means you have to double click to add a new point, but then sometimes the window already does have focus and you've added 1 too many points because of the double click (which means you have to manually check through all your points to make sure you didn't accidentally add an "empty" action point).

    (I'm using multiple large images for my levels, so that I can automatically create invisible solid sprites that span between 2 points -- which is why I have so many action points in an image, since I figure this might give better performance than having hundreds of individual tiles or having a huge amount of collision polygon points).

    TLDR: Adding action points is a chore because of different window focusing, so having a hotkey would be great.

  • bump

  • Yeah I'm thinking i'll just go with the animation method. The main reason I was asking about a physics type cape is because: C2 can't colourise sprites, I was wanting to have it be various colours, animating cloth is going to take dozens and dozens of frames so I thought it might be better for performance/time.

  • What is more cpu-intensive: 100 objects with 4 polygon points, or one object with 400 points?

    It's more CPU intensive to use one object with 400 points. It's best to use more objects with fewer collision points.

    If an object is overlapping an object with 400 collision points, it will probably check all 400 collision points in that object. If it is overlapping an object with 4 collision points, it will check just those 4 collision points (100 times less!) and it will skip checking any of the other objects.

    Of course using more objects has its own performance impact, but using lots of collision points isn't very efficient in the engine at the moment, so it's probably better to avoid that. This can probably be optimised in future, but this is how it is at the moment.

  • Anyone know how I could make a simple cape/cloth effect, that flaps around when jump/move around?

  • Looking forward to this one, hopefully it isn't too performance hungry.

  • Example of angle jitter.html

    I'm setting the sprites angle to = (sin(ang)*90 )*(dt*60)

    with (ang being +1 every tick)

    The angle is smooth, but when I add "*(dt*60)" at the end to make it work at any framerate, it goes insane.

    Am I using DT wrong? Or is this a DT bug?

  • What many people do (for non "pixel art") is to draw things at a larger resolution (for instance 500x500 pixel sized image instead of 100x100) and then when you've finished the piece you scale it down at the size you want and save it. This means you can make rougher images and more mistakes and they'll be less noticeable when you scale down for the finished sprite.

    There's an example of this here:

    wayofthepixel.net/pixelation/index.php

  • Alternatively, if you don't think the gap between groups is good idea:

    It would be great if you could at least use the space that's already there!

    <img src="https://dl.dropbox.com/u/1024727/c2/gap.PNG" border="0" />

    Currently, right clicking and inserting in a space like that puts it at the bottom of the sheet!

    I think it would be fantastic if it would place it closest to where the mouse is!

  • Just thought it might help to maybe have a little bit of white space between groups? This way there would be some space to more easily insert new events/groups/comments etc.

    I feel it would help make it smoother to insert things where you want them, rather creating things elsewhere and dragging them around all time.

alastair's avatar

alastair

Early Adopter

Member since 14 Jul, 2007

Twitter
alastair has 5 followers

Connect with alastair

Trophy Case

  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • x2
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x7
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

26/44
How to earn trophies