rozpustelnik's Forum Posts

  • 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!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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?

  • Is there any way to make adjustments from the spritesheet level?

    Example:

    I have many instances of spritefont with different content on a layout.

    How to make one of them visible, while others are invisible? Like a changing subtitles...

    If I select spritefont I can only make changes to all of the instances on the layout at once... How to apply changes only to picked instance?

  • Timer. I will give it a thought.

    The concept behind this setup is: main heroine runs away on tops of the cars, from officials in pursuit. The cars will vary in size and type and since run will be from left to right, vehicle flow will be from right to left. Any jump made between cars and on collision with asphalt will be lethal (or not, depends on gameplay). I'm planning to have something like 18 different cars, either placed in fixed queue or placed randomly. Player needs to take a long road from one side of the layout to the other and the flow must be dense enough to provide platforms to jump on; wrapping was the way to save some cpu.