Ashley's Forum Posts

  • Thanks, fixed in the next build.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Picking in C2 generally works just like CC. Your problem seems to be you're just missing the "pick by comparison" condition. That's no worry - it's pretty much identical to "For each" followed by "Compare values". For example:

    Pick by comparison Sprite.X + Sprite.Y < 100

    -> some actions

    is essentially the same as

    For each Sprite

    Compare values: Sprite.X + Sprite.Y < 100

    -> some actions

    Just a heads up - if you ever can, it's much better to make a blank .capx file showing the problem with as few objects and events as possible. Your project probably makes sense to you, which is fine, but it's very difficult and time consuming to get to grips with an entire problem just to end up looking at one small problem! Thanks.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Rikuri, you just bumped a thread from January. I'm going to lock this thread now because:

    • Mac vs. PC has been done to death - there's no need to go over it yet again on this forum
    • there's no chance our two-man startup can afford to double our already too-large workload by taking on Mac support.

    For the record, C2 uses OpenGL, but that does not mean we intend to port it to other platforms.

  • I've encouraged Tom to take the same development approach with the website as I do with C2: release early and release often. This means there will be broken things from time to time or lots of bugs when new features go up, but overall it means development goes a lot quicker. In my experience with the general public trying things out (both with website and C2), bugs and issues are worked out much quicker than with a small group of private testers.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I noticed you said you're on XP service pack 2. If you upgrade to service pack 3, does that fix it?