alastair's Forum Posts

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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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.

  • Cool, thanks.

  • Yeah I was only getting about 64 FPS on that test in FF, for something so simple like that I'm sure CC could get at least around 200 FPS+ (don't know if that test is capped at monitor refresh though). Which is why I'm hoping its going to keep getting significantly better.

    How do you know that FF15 is going to be a big HTML5 gaming step?

  • Is HTML5 performance likely to get much better on Desktops? Or is it just going to get marginally better overtime, with the main performance coming from new computer parts?

  • Website navigation is confusing, can't even find the latest changelog. The most important page (along with blog/forum).

  • Its hard to tell from that, but it looks like its just a flat sprite (with the image being of a prerended 3D model) and guns that are rotating on top of the ships.

  • Thanks that was very interesting.

  • Would be good if they could hire more people to get the editor done faster, then maybe they'd have time to work on something proper like an OpenGL runtime (for mac/linux/win applications).

  • Containers and OpenGL runtime.

  • Having the actions in 2 places would be even more confusing.

    It sort of makes sense for "set mirroed/flipped" to be in animation since you're technically flipping the frames of an animation, but to me its even more logical for it to be the 'appearance' category.