• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Move Environment Effects

Status
Not open for further replies.
Level 4
Joined
Mar 6, 2007
Messages
73
Im trying to use some environment effect around one of my unit (snow,rain,light,...) and make the effects move with my unit BUT the only way I found to move them is to remove/create another one. If theres a way to move it plz tell me. Thx for the answers.
 
Level 4
Joined
Mar 6, 2007
Messages
73
I cant figure how to move the rect. Im trying to move it with
  • Rect - Center (Rect centered at (Position of WeatherAvatar) with size (900.00, 900.00)) on (Position of WeatherAvatar)
but its not working.
 
Level 4
Joined
Mar 6, 2007
Messages
73
I succeed to move my rects but its still not working moving the environment effects. Anyone have another idea to move environment effects?
 
Level 5
Joined
May 23, 2008
Messages
148
Does this work?
  • MoveWeatherEffect
    • Events
    • Conditions
    • Actions
      • Environment - Remove WeatherEffectA
      • Region - Center EffectRegion <gen> on Wherever
      • Environment - Create at EffectRegion <gen> the weather effect Rays Of Light
      • Set WeatherEffectA = (Last created weather effect)
 
Status
Not open for further replies.
Top