Asmodean's Recent Forum Activity

  • It could be the cache. Have you tried it in safari to look if it's work at all?

    It works for me in FireFox and Chrome, but I have to clear the cache before I try any changes.

  • My suggestion: Change only Background to background:#fff and after that you insert a new line:

    background-color: white;

  • My guess the "health ≤ 0" fires every tick and so the sound is played every tick and that distorted the sound.

    Use "trigger once while true" from System as second condition. You have to put it as second in the event.

  • I don't know why that happens but it shouldn't. You can resolve this by clone the chicken on the layout and replace the chicken object with the new cloned chicken2 object in all events.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I can confirm. The collision polygon of a tile is only visible in the Tilemap-window if the collision polygon is changed of this tile, but not in the Layout.

  • I made a little example with the orbit-behavior. You can release or catch the planet from the the orbit.

    drive.google.com/uc

  • There is a really dirty hack what you can try. If the circles are not to fast it should work.

    You can try to enable the bullet only every 2*dt or 3*dt sec.

    + System: Every 3×dt seconds

    -> Circle: Set Bullet Enabled

    + System: Else

    -> Circle: Set Bullet Disabled

    This can have bad side effects if you need the precision of collision checking every dt sec.

  • totoe The plugin can read json song files without any change. Export the song on the beepbox webside and you can it import it with ajax in setSong.

  • I have to look if there is an import for json in the API.

    Is there any benefit for using json over a plain ASCII text-file? You could put the song in a text-file and import it with ajax into a variable. If you use a json-file the only change would be that the variable holds the json-file instead of a ASCII text-file.

  • Sorry for the late reply.

    If you have any problems with the plugin I will try to fix it, but it's hard to add more functions. The API of the Player-Engine is very limited. Mostly it's easier to convert the songs in wav and use the Audio-Plugin from C2.

  • I made a very basic color book example with flood fill effect. It has it's flaws and it's not very fast but maybe someone has a use for it.

    https://drive.google.com/file/d/1BNkGEShu8OPmyzxdtquQ9FHpC4HDhmo_/view

  • The plugin doesn't use the Audio-Plugin. It uses his own output. So it's not possible to get access to the output with the audio-plugin and Tags wouldn't change that.

    Volume = 0 should be mute the audio.

Asmodean's avatar

Asmodean

Member since 31 Jul, 2015

Twitter
Asmodean has 9 followers

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

15/44
How to earn trophies