Game Development Community

Rain particle effects not working

by Marcelo Amaral · in Torque Game Builder · 04/27/2010 (4:29 pm) · 2 replies

Does anybody know how to make the rain particle effects work in the executable? It only works in the scene editor.

About the author

Recent Threads

  • Animated Sprites Tutorial

  • #1
    04/27/2010 (6:50 pm)
    Hey Marcelo,

    In the other thread, you say they're working but blurry.

    It sounds like you haven't set the tile width properly. If you can provide a little more detail on the imageMap settings, perhaps I can help.

    `Patrick
    #2
    04/28/2010 (5:12 pm)
    Hi Patrick, thanks for the concern.

    When I faced this problem, I have found another thread saying to change cell width from 32 to 64. Before that, nothing was seen when running the scene. After that, I could see the effect when running the scene, although the drops were blurred. So, I have returned the cell width to 32 and for my surprise, the effect this time has appeared. I don't know exactly what happened, but now it is OK.

    Marcelo