MrRuho's Forum Posts

  • Is there anyone who could help me?

  • I have made short video and I trying to install it to in my game but nothing happens. I have all three different code types (mp4,ogv,WebM) Video is small slide show. file size is 3mb.

    I have add media= video, I have set all sources in properties and autoplay is yes, but video is not playing.

    Is there any good tutorial where I can see how make things work? Any idea what I have made wrongly?

  • I have made enemy animations using a BrashMonkey. How do I set that, when enemy get hits, animation plays only on that enemy who got hit. Now all enemies play same animation at same time because they use same animation source. Any ideas how to make this works?

  • I had the same problem. Then I make so research and I found That android not understand strange characters such as ä and ö. (I had this some letters my image names) I change the a and o and it solved my problem.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • on start physics simulation seem use like a 2% CPU and when time goes forward it go up until reach 100% and crash.

    But actually you helped me already =) I change "every tick = create physics distance joint" to "start of layout= create physics distance joint" and everything go smoothly.

    so thank you! =)

  • I made chain object, using distance joints. When I start layout everything goes smoothly but after one min ( or something ) performance badly crash. Time seem only reason why this happen. I can shoot, move objects and so on and everything goes smoothly but after some time performance crash. This happen even if i don't do anything. Just start that layout and wait.

    Any idea how to fix this?