rozpustelnik's Forum Posts

  • arontwose It is perfect and I understand the math behind it, still I'm not a programmer and I have difficulties in applying it to my needs...

  • Lite Tween is fine, but it works with behaviors. I would like to see something more universal, which works almost with anything.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It would be great to have universal TWEEN function in expressions, perhaps with different options on easing in time.

    output=tween(value1 to value 2, over amount of time in sec, type of easing)

    Examples:

    fake HDR:

    walking from interior into exterior:

    interior ->set brightness of interior TWEEN(100,60,2,0);

    exterior ->set brightness of exterior TWEEN(180,100,2,0);

    crossing the line between interior and exterior would result in dimming both - interior to very dark and exterior to normal in 2 seconds.

    music:

    switching between music themes with crossfade

    More examples can be described (cameras, visibility of objects, objects moves etc.), but I think it's sufficient.

  • Great graphics. Can You write something more on plot? Looks very interesting.

  • C-7 Thanks. Still working hard on animations...

  • pirx   It's a screenshot of an actual gameplay.

    Pozdrawiam rodaka :)

  • This looks fantastic! It's very dynamic and the art is clean and fresh. It's a "mature" type of platform game; kind I like. Keep up the excellent work!

  • Ize Thanks. Right now I'm in the middle of creating run cycles, jumps etc., so please be patient... As for Rozpustelnik - it is a connection of two words - hermit and lecher. Definitely sounds/reads better in Polish than English :)

  • Red Riding Hood - here without the red coat :)

    <img src="http://i.imgur.com/m710Smn.jpg" border="0" />

  • This is fantastic!

  • It would be nice to have the ability to see the next/previous frame from animation strip in the background in image editor while editing a frame. The next/previous frame could have adjustable opacity option for better preview.

  • Please close this topic. Dropdown list sees only pair - ogg and mp4. If one of it is missing, under the same name of course, files are unaccessible from the list.

    Best regards

  • Link to .capx file (required!):

    Steps to reproduce:

    1. Successfully import many audio files into Sound folder, both ogg and mp4. Move files from Sound folder into subfolder Chapter1 for keeping it well organized.

    2. On event sheet add Audio -> Play

    3. Select drop-down list

    Observed result:

    Only half of the sound files are visible and can be picked from list; other files are not listed

    Expected result:

    All audio files listed

    Browsers affected:

    Chrome: yes/no

    Firefox: yes/no

    Internet Explorer: yes/no

    Operating system & service pack:

    Windows Vista with all current SP

    Construct 2 version:

        141

  • I've played around with the spritefont. Both of you are right. Thanks.

  • I'm sorry for my insufficient knowledge of basic programming, but let's say I picked an instance using it's variable, than what?

    Can You provide some basic example?