desmonaut's Forum Posts

  • Well setup for showing off your work. I'm in. Thanks, jessejohhavoc!

  • I only edited pirateship1. Edit pirateship2 so its hotspot is at the waterline - compare it to pirateship1's hotspot.

  • http://www.mediafire.com/?sharekey=4e7756559772acd2d956df2962098fcb4dac8e31abb47b805be6ba49b5870170

    revised a few things for demonstration purposes. I get the feeling you're trying to do things the hard way. Try going through the GhostShooter and Platform School tutorials - you will find the answers to a great many questions by inspecting their properties in detail. No need to rush, Construct will get you there.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • you could attach a cannon so you could shoot at different angles. You could also use ball behavior to simulate the ballistics. Let the player adjust the cannon angle, and the physics or ball behavior (with high gravity settings) will take care of the arc for you.

    <img src="http://pictures.kdesmo.com/cannonArc3.jpg">

  • Here's a stripped down cap to demonstrate the transisition wierdness:

    TransitionTest.cap 946kb (no sounds)

    Shoot the box to cycle between the 3 layouts. Untoggle/toggle the commented actions to return to normal transitions. Hopefully I'm just missing something simple. Please don't spend more than a minute or two trying to figure this out - just a quick peep and I'd appreciate it.

    Thanks.

  • very cool, I do like the explodey stuff. Thanks!

  • Hey'all

    I can't seem to get the layout transitions to work. I've tried warp and fade transitions, but when the next layout (even a clone layout) starts - the wierdest things happen with sprites that have behaviors or effects. So far I end up falling back to "go to next layout" without any transisitons and it works fine. I'll post a simplified cap later if this isn't a known issue, but am I missing something?

    Thanks!

  • Resource section is a great idea!

    Flashkit has free sound effects, also a massive sound loops section for background music (be forewarned, the page takes a while to load and crashes in chrome, so open with explorer for reliable results).

    Audacity is an open source sound editor you can use to edit sound effects or clean up sound loops. I haven't tried the beta yet, but it looks good.

    With Audacity check the file size of your edited files before using them; if you edit a previously edited file, the file gets extra data attached and file size increases significantly. Edit original sounds for best results. For small file sizes, split stereo track, make mono, and reduce sample format to 24-bit.

  • [quote:3satd8pe]the edge of the masking was kind of fuzzy

    I was actually wondering how to get rid of that - now I wish I had done it on purpose

    [quote:3satd8pe]if Construct had masking capabilities

    even cooler is blur mask,

    <img src="http://www.pictures.kdesmo.com/blurMask.jpg">

    but that's pixel shader 2.0.

  • Scrolling text area with a masked visible portion using the mask effect on a layer with "force own texture" selected.

    <img src="http://pictures.kdesmo.com/ScrollTextDemo.jpg">

  • ooh..good points. Those would be awesome. And scrubbing ( the bone animation timeline). Artists: demanding, overachieving, lazy. That's a generalization, but thankfully, developers are intelligent, industrious, and attractive. Thanks, Construct developers!

  • select the magic wand tool then click on the background. The dashed line will seem to appear around the object and the border. Then press delete. When you close the image editor, the object should appear without the background on the layout.

  • I was trying to figure out how you made the sun follow the mouse without any events and "discovered" - Mouse Behavior! The sun effect is really convincing, can't believe how much it brightens up the scene. Very cool when the bloom peeks through the hollow sections of the sprite defined as sold - kudos to Construct collision detection. And nice use of timedelta. So much to learn from a single event... Thanks!

  • Thanks for the video's! Really good point about using the binary resource bar and "play from resource" action in the Xaudio2 tutorial. I'm going to use that from now on - makes it a cinch to add sound actions. Also liked the separate event sheet for sounds. The video is great quality, too - I could see everything clearly on my 24" monitor. Thanks for hosting the download!

  • Commented version with multiple levels, intro and game end layouts. Music and sound effects are included in the download - it's a zip, so extract all to the same directory before running. The .cap is 610kb, so it won't fit in the upload section. Basically helps understand some of the cool features demonstrated in the built-in Ghostshooter template.

    http://www.mediafire.com/?sharekey=4e7756559772acd2d956df2962098fcb4dac8e31abb47b805be6ba49b5870170

    total size is 1.06 MB

    This was actually my first Construct project, I'd do a LOT of things differently now, but I think this might help somebody.

    Also, buttons are a little buggy, trying to figure those out. Click the text fields to run the game instead.