askanaan's Forum Posts

  • 4 posts
  • Here's an example program I just wrote.

    https://www.dropbox.com/s/b6aw20tv1c3c0u8/Slide%20Show-g344ldn7s4vd.capx

    Wow ! thanks for going that far to answer the question, brilliant !

    I think it can make a good tutorial that will help someone like me understand how different things can be done in construct.

  • Hi,

    I have a number of images (ex. 20) that I want to display as a slideshow, when changing images I want a transitional effect like Fade out - fade in, or slide up, slide down that occurs when the user clicks next or back buttons.

    How can this be done?

    Thanks

  • Create a new event (not action).

    Select Audio, then On ended ended and use "file1" tag where it is the name of the track that is before "file2"

    For action...Select Audio, the play "file2" tag

    or I can write it this way...

    Audio: On ended "file1" -> Audio: play "file2"

    Worked nicely,

    Thanks !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Everybody,

    I am new to construct, a week so far.

    I wanted to ask if I can play a list of audio files in sequence. i.e if have sound1, sound2 & sound3, I want to play sound1, when it finishes, sound2 starts, then when it finishes sound3 starts.

    Can this be done?

    Thanks

    askanaan

  • 4 posts