• 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.

[Solved] Does Floating text leak?

Status
Not open for further replies.
Level 14
Joined
Jul 25, 2011
Messages
1,065
You have to use this function to properly "kill" Floating Text so it does not leak I think

  • Floating Text - Change (Last created floating text): Disable permanence
Ok. Thanks. Another question. How do I move texts like the text of the "miss" text of evation??? You know... It moves higher and higher and disappears.

Do I have to pay Rep first?
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
The complete usage of Floating Text of Event - Damage Taken

  • Actions
    • Floating Text - Create floating text that reads (String((Integer((Damage taken))))) above (Triggering unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
    • Floating Text - Set the velocity of (Last created floating text) to 64.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 1.50 seconds
    • Floating Text - Change the fading age of (Last created floating text) to 0.75 seconds
The Set Velocity of Floating Text what makes the text moving.
 
Level 14
Joined
Jul 25, 2011
Messages
1,065
The complete usage of Floating Text of Event - Damage Taken

  • Actions
    • Floating Text - Create floating text that reads (String((Integer((Damage taken))))) above (Triggering unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
    • Floating Text - Set the velocity of (Last created floating text) to 64.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 1.50 seconds
    • Floating Text - Change the fading age of (Last created floating text) to 0.75 seconds
The Set Velocity of Floating Text what makes the text moving.

Thanks!!! Solved!!!
 
Status
Not open for further replies.
Top