shinkan's Forum Posts

  • what's kind of behavior/costum movement have your sprite?

  • of you want to make one object orbit around another, you can use Orbiter plugin

    Orbiter behavior plugin

  • now the "10 102|Construct has been renamed to Construct Classic..." is gone, but popup still shows up every time CC start :)

  • i run it at full screan (gog have nice options menu) and it still looks awesome - only animations are a bit choppy, but you know this game is a legend :D

  • [quote=]frameCounter/Speed

    i've been multiplying frameCounter*Speed never thought about /. Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • actually i've been waiting for your effect <img src="smileys/smiley1.gif" border="0" align="middle" /> but do some search, little bit of thinking and made this one last night <img src="smileys/smiley1.gif" border="0" align="middle" />

  • hmm, it should but it's not. I gona have a look at that fx and play with it some more.

  • Anyone remeber that game?

    Subscribe to Construct videos now
    Subscribe to Construct videos now

    I can honestly say that this was the best game of my childhood.

    Beautiful visuals, awesome gameplay. Main hero!

    And it's been added to GOG lately for $5.99.

    If you never played that, you should go and play now.

  • i try that already. I've implement tint in the effect itself, but was working for everything in layout. The final result of effects in based on alpha, so noise is just dots removed from screen. It should be possible to invert that so noise instead of being "blank pixels" could be white and than would be easly possible to tint that even with random colors (that was my basic idea).. but have no clue how to do that <img src="smileys/smiley1.gif" border="0" align="middle" />

  • It's not a big deal, just a bit annoying <img src="smileys/smiley1.gif" border="0" align="middle" />

  • since last night, every time when i lunch CC it shows me a popup info saying:

    Construct: Update

    "10 102|Construct has been renamed to Construct Classic..."

    Pressing Download button gives me an error.

    Is there a way to disable auto updates somwhere?

  • I'll try to make for you simple tutorial.

    or maybe someone have already some sort of a "easy to understand examle" for joxer?

  • Apply to object or layer and hit preview.

    radial blur off

    <img src="http://dl.dropbox.com/u/34375299/Construct/Effects/Radial%20Blur/radial2.jpg" border="0">

    radial blur on

    <img src="http://dl.dropbox.com/u/34375299/Construct/Effects/Radial%20Blur/radial1.jpg" border="0">

    Radial Blur effect

    Parameters:

    • Blur Strength

    It starts from the center of the layout.

    Blur Strength can be set to negative or positive numbers.

  • Apply to object or layer and hit preview.

    comic book off

    <img src="http://dl.dropbox.com/u/34375299/Construct/Effects/Comic%20Book/comic2.jpg" border="0">

    comic book on

    <img src="http://dl.dropbox.com/u/34375299/Construct/Effects/Comic%20Book/comic1.jpg" border="0">

    Comic Book effect

    Parameters:

    • Black lines width - Change black stroke size.

    I did not call it "Cartoon" effect cause for me it looks more like old comic books. <img src="smileys/smiley1.gif" border="0" align="middle">

    ..effect looks much better in preview than in layout editor

  • Apply to object or layer and hit preview.

    static noise off

    <img src="http://dl.dropbox.com/u/34375299/Construct/Effects/Static%20Noise/staticnoise2.jpg" border="0">

    static noise on

    <img src="http://dl.dropbox.com/u/34375299/Construct/Effects/Static%20Noise/staticnoise1.jpg" border="0">

    Static Noise effect

    Parameters:

    • Noise - Intensity of noise.
    • Background Intensity - what it says

    If someone have an idea how to tint only noise color let me know.