AakiDahh's Forum Posts

  • 13 posts
  • I tried ToneJS Plugin but the analyser is different from the one of the Audio Object. I prefer the way the Audio Object does it.

    I don't understand why the user shouldn't be allowed to upload his/her own audio files in runtime. When I ulpoad an uncompressed file in my project, Construct converts it in ogg and m4a. Why not in runtime? The user could be told to upload only wav or flac files, so it would work on any browser.

  • Where is the link to download AudioEx?

    Fuego96 can you repost your code? The links are broken.

  • In the example of the screenshot, the last line doesn't work: the new sprite doesn't turn to red.

    I want to do these 3 actions in the same function:

    1. create a new sprite instance

    2. read data from an other instance

    3. modify the new instance according to this data

    But it seems that the new sprite is not recognized, except if I bring the last line out of the function... and I can't do this in my full code, I have to do everything in the same function.

    How can I make it work?

  • Thanks, I will try it with Construct 3.

  • Thank you.

    Since I need a lot of colors, I can't use this software.

    I guess it's the same in Construct 3?

  • I would like to change the color of a white sprite in-game. Is it possible in Construct 2, without WebGL?

  • Ok thanks

  • XOR blend mode for sprites seem not available in Construct 3, as they are in Construct 2. Is it possible in Construct 3 and how?

  • Dop2000: I don't want to open any "save as" dialog, I want it to be done automatically.

    Ashley: Not possible in Construct 2, okay thanks.

  • Hello,

    I have made a snapshot as an URI with the action "Take snapshot", but then I don't know what to do with it, in order to store the snapshop on disk (without opening any new browser tab). I think I have to use LocalStorage object but I don't understand how.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, I would like to export as an animated gif (or several png files that I will turn into a gif with Gimp) the animation displayed by my app. Is there a way to do it?

  • 13 posts