Smoke effect

ninja23666ninja23666 Member Posts: 7
edited November -1 in Working with GS (Mac)
Hey I am making a game where there is an effect of smoke scrolling across the screen. How would i go about doing that without it affecting any of the actors or enemies.

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    use particles maybe?
  • spliketspliket Member Posts: 93
    if you don't add any collide behaviors, would it affect other enemies?
  • QbAnYtOQbAnYtO Member Posts: 523
    nope :)
  • forkliftforklift Member Posts: 386
    jonmulcahy said:
    use particles maybe?

    +1 the particle engine on GS is surprisingly robust. You can do pretty much anything you can dream of. Spray at angles affected by gravity, streaming out of actors, insert images (smoke clouds for example), adjusting opacity, you name it. The only drawback is, they spawn on top of your actor. However, that can be overcome by constraining a particle emitter actor behind your player/actor/etc.
Sign In or Register to comment.