Mike at BrashMonkey's Forum Posts

  • Is there blank space in your image? Sure looks like there is. Doesn't matter of its not white, if its clear it will still take up space in the tiling and create these gaps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • have you tried "for each"?

  • Otherwise, We'be be forced to make each frame of each animation exactly the same size which would be a huge waste of time and pain in the butt...

  • I just realized, the reason The C2 dev's might not have added this feature is because imported frames are likely to have diferent sizes per animation (and frame too after cropping) and right now, the "use for all frames" option places the collision poly's based on raw x,y coordinates based on the top left of the image.

    There's a simple solution though:

    Use for all frames (top left)

    Use for all frames (image point 0)

    Use across all animations (top left)

    Use across all animations (image point 0)

    obviously this new option would place the collision polygon based relative to the image point instead of top left.

    This would fix it for most people in most cases, even when each frame and anim is totally diferent sizes etc.

  • You know about the pinned behavior?

    Maybe when they are close, pin them and control the container instead of the player sprite?, then upon release, un-pin and switch controls back to the player sprite?

  • Lucid's first priority is getting Spriter feature complete, rock solid and cross-platform at 1.0. I think we might have someone ligned up to help with the construct2 plug, but not sure. I'll ask Edgar.

    cheers

  • Wait.. Do you want the whole game screen to rotate? Is that what you're after?

  • Hi,

    Often its useful in a game for an object to have the same exact collision mask across all frames of all animations. I see you can tell Construct2 to share a collision poly across all frames in the current anim, but what about across the entire object (all animations)?

    Right now I've got bugs caused by the fact that I've got collision poly differences between animations.

    Is there a way to solve this (without using a second sprite as a collision mask for all objects?) If it does not yet exist, can this feature be added?

    thanks

  • Translate.google works quite well, if your english isn't great, translate first, then post in English. This ensures you don't get deleted as spam and that more people from all over the world can read and respond to you.

  • No idea how to tell if my vista OS is 32 bit...

  • No, I've not yet gone that far. :(

  • WOW. I've installed three times, it never shows up., I even completely uninstalled Construct 2 first,. then installed this new build, the option exists ONLY in the events for the browser object and not in the drop down as in your screen shot!

    Anyone else have the same issue? I'm running on windows vista.

  • yup, they're not there..I'll reinstall again and reboot.

  • Yeah, the freaky thin is its in the browser object under events, when requesting full screen mode, but NOT in the drop down list under project porperties> full screen mode. i'm confused!

  • Thanks, Glad to help. It's strange though, I installed this new build and cant find the letterbox settings! What am I missing? I though it would be in the "Fullscreen in Browser" drop down list, but its not. :(