samuelboucher's Forum Posts

  • 7 posts
  • Hi there!

    I was just wondering if it would be possible to have similar things to Paper.js in Construct 3 or in any new updates? Would it be something we want, have you ever done that in Construct 2 before? I need vectors to work in construct it would be quite magical!

  • I think it might be a graphic card issue? Because it works fine on my laptop and not on my PC...

    The capx file you have is exactly what I have, the grow rate should infinitely expand a particle until the time you set out as a timeout. Even if I put 1000px as a grow rate and 20 seconds as TimeOut it still stops at a certain size. Not covering the entire screen.

    We tried on a bunch of different computers, and it's working for the others, not mine. So Construct people, if you read this I think we might have a real bug here

    this is my graphic card : Geforce GTX 780 / PCIe / SSE2 /

    OpenGL 4.4.0

  • It seems that in a certain resolution, it doesn't scale past a certain size... I tried it on different screens and it's certainly a problem because when I resize the browser it works. Can we scale a particle infinitely? Maybe not.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you link me your capx file? Does the particle goes out of the screen?

  • Thanks for the reply! Even if I set the timeout to 10 seconds it won't grow to 1000px. It should have the time to grow that big?

  • Just linked a new file, the other wasn't the right one.

  • Problem Description

    Particles doesn't grow past a certain size, unless I resize the size of the browser.

    Attach a Capx

    [attachment=0:2hpc523b][/attachment:2hpc523b]

    Description of Capx

    I have a particle emitter that grows particle from 32px to 1000px as it fades out. No speed no gravity nothing else than grow rate.

    Steps to Reproduce Bug

    • Create particle emitter at size 32px
    • Make it grow to 1000px
    • No speed, no gravity.

    Observed Result

    It stops before expanding to a complete 1000px wide

    Expected Result

    It should grow out of the screen until it fades out completely.

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    Windows 7

    Construct 2 Version ID

    r168

  • 7 posts