Jayjay's Forum Posts

  • TheDragonfly, Thanks! <img src="smileys/smiley4.gif" border="0" align="middle" /> Looking forward to seeing the games you produce <img src="smileys/smiley1.gif" border="0" align="middle" />

    As for transferring art, Paint.Net is a great free tool but as long as your program exports to PNG's with transparent backgrounds you can then import images with transparent colors into Construct.

    For solid colors, you can also copy images from MS Paint as long as the background is RGB color (255,0,255) which is a bright pink instead of white (as this is what Construct Classic uses for backgrounds).

  • unitedcommand Thanks for the feedback :) I'm definitely planning to put those features and fixes in the game when I have time for the next release. I was sure I put purchases at >= though, so I'll do more testing in the next build too.

    Not sure about "Victory Condition" though, do you mean to show it in text, or have an option to win by destroying all units instead of just their fort?

  • Glad to hear! And here's an image of what I mean to instantly move a physics object as of R1.2 and up:

    <img src="https://dl.dropbox.com/u/4714446/ExamplePortalMove.png" border="0" />

  • Yes, for "teleporting" objects you'll need to do that in events sorry for the confusion!

  • Ah I see, you might need to make a 50% smaller object attached to each enemy and set it to solid. To do this, create the sprite and put it in the "Container" of the enemies, then in events "Always" put the action "[collision sprite] set position to enemies".

  • Ah yeah, I remember somewhere between the 0.99's and 1.0's there was a change in the Physics engine (maybe an entire switch from Newton to Box2D?), but it should work the same after you lower your values down.

    To move a physics object now as of R1.2 you can store the old X and Y velocity, disable the physics behavior, move the object, then re-enable it and set the X and Y velocity to the previous value.

    Also, there is a layout size limit of 20,000 in each direction for the physics engine I think, otherwise the physics objects will just stop.

  • If you have experience in Flash, try the FlashJS api/engine to code HTML5 games with ActionScript syntax. Here's the website: http://flashjs.com/

  • You do not have permission to view this post

  • Can you post your cap file by hosting it with somewhere like DropBox?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'll see if I can make that work once I get some free time, and no problem, I'm happy to help whenever I can <img src="smileys/smiley1.gif" border="0" align="middle" />

  • It's definitely possible, I saw a similar example created a long time ago so I'll try to dig it up.

    In the mean time, here's a similar method another user on the forums did in past: https://dl.dropbox.com/u/4714446/3D%20Island.cap

  • Ah thanks crowtongue, I hadn't seen that <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Sadly it looks like you'll need to create an event for each object or family manually, and have them all rely on one Global Variable as Pecek suggested

  • Sure, here's a cap example <img src="smileys/smiley1.gif" border="0" align="middle"> Rotate World Construct Classic