thomazette's Forum Posts

  • 8 posts
  • I need to set the balance volume of each side L/R, but i dont find any api or function to do that.

    can anybody help me?

  • Try Construct 3

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

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

    The php library ajarsa have composer implementation?

  • Plugin great!

    it is possible to have the option to increase the number of displayed notification?

  • Thanks mystazsea the Reply,

    The problem is that for some reason the function of 'on preload complete', is already started so start EventSheet. I do not know if it could be a bug or I did something wrong.

  • The company where I work, works with focused games for hearing care down so it's lot of audios in the project.

    Not to weigh the connection, the manual preload would be ideal. So I can perform the download by level. I make the choice of audios by XML.

    But the "on preload complete", is triggered so start EventSheet,. And as the C2, already has by default load demand, the first time that the audio plays, gets the delay, but not the second. This I infer that it is not to have downloaded the audio.

  • It works but when you load a frame it replaces the frame that is shared between sprites so they all change.

    It's can be resolved, with this the Paster?

  • Look at the third party paster object, with it you can draw another object with an effect onto itself using the "paste object" action.

    If you want to do it yourself you'll have to dig through C2's runtime source in the exporters directory and learn some webgl. The paster object works by having a texture that can be rendered to and then calling the drawgl() function of the object to draw. It becomes more complicated when drawing effects because the runtime wasn't designed to let effects be used by anything but itself. So you'll need to use the runtime as an example and make custom versions for your own use.

    Well,i tried to use Paster, but i dont know if i make corretly. Take a look in these example: 1drv.ms/u/s!AvYcN9vOqeUMhCawXsYpOo6yKBoi

    I did not get it change de sprite color by the Paster.

  • I making a new plugin. This plugin will get a sprite image with shader effects and set to another sprite image without a shader effects.

    I dont know how to get the sprite image with shader effects in my plugin.

  • 8 posts