newt's Forum Posts

  • I wouldn't use the default platform push out, it uses the closest angle, and shoots you out instantly.

    Instead I would suggest keeping the platform behavior disabled, and have a an overlapping condition, like: if player overlaps wall player set y to .y-1.

    Course the trigger for after that can be a pain.

  • Grats.

    Hmmm we need a like this button for posts.

  • Perhaps you could use both. A plug for everything you find counter-intuitive.

  • Would a loop going from a point out on both sides be quicker than 0 to w/h?

  • But it is also true that people without a badge **** and don't support the wonderful softwares that CC and C2 are.

    They will all be gathered in a soon to be made part of the forum (the only part of the forum they'll be given the opportunity to see). And then robots will come and count them. After they'll be taken to spaceships and sent into outer space as slaves for robots populations.

    [/counter trolling conspiracy over]

    Fixed

    Oh, noes they're already here!

  • I for one welcome our new robot overlords.

  • A few suggestions.

    Noise

    Seeded random

    Then for sprite, compare x/y range

  • Didn't know C2 had 3dbox.

    In CC 3dbox doesn't do collisions, so you will have to use a dummy.

    Even then collisions cant be detected on the z plane, so you will have to use a work around. One way is to add the dummy in a container to the 3d box. Then in events always have the dummy set position to the 3dbox.

    If you have multiples I would suggest using sprite's picking conditions. Something like:

    +On mouseclick

    ->distance(dummysprite.x,dummysprite.y,mousex,mousey) < n amount

    -->dummysprite pick closest to mousex,mousey- do stuff

  • He needs a badge.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The ability to generate graphics for you.

    Yeah, um might want to try and keep it reasonable.

  • Why not call it the Deuce? ..... oh wait

    Seriously though CC, and C2 works, although some distinction for the old forum posts might be a good idea.

    Like if those threads used the green theme instead of the blue.

    • Post link icon

    Does C2 have support for magenta rgb(255,0,255) as opaque?

  • Far more development with Html5 in its infancy, than there was for flash in its early stages.

    Makes perfect sense with Html5 being a standard rather than a proprietary.

  • Yeah sorry to hear about that.

    On the other hand drinking games might be interesting for a compo.

  • "(instead of giving options like "Back", "Save Background As", "Create Shortcut", "View Source" etc...)"

    Yeah the normal context is disabled for obvious reasons.

    Anyway as zenox98 said you can make your own, and there's no reason someone can't make a plug to simplify it some.

    The only question is how to go about it, as there's several different ways.