• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How do i make a floating text fade?

Status
Not open for further replies.
Level 8
Joined
Feb 14, 2008
Messages
364
Hello people! i need help with a simple simple trigger..

I cast a spell, i want to get a floating text appearing, saying the spell name, above casting unit, then it should fade and disappear, like in 2 secs or so.

thanks! i have already tried, and that failed. the text just flew around the map :O
________
Prilosec Pregnancy
 
Last edited:
Level 37
Joined
Mar 6, 2006
Messages
9,240
  • FLOATING TEXYT
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to ...
    • Actions
      • Floating Text - Create floating text that reads (String((Issued order))) above (Triggering unit) with Z offset 64.00, using font size 10.00, color...
      • Floating Text - Set the velocity of (Last created floating text) to 100.00 towards 90.00 degrees
      • Floating Text - Change (Last created floating text): Disable permanence
      • Floating Text - Change the lifespan of (Last created floating text) to 2.00 seconds
      • Floating Text - Change the fading age of (Last created floating text) to 1.70 seconds
Change the text as you see fit.
 
Status
Not open for further replies.
Top