• 🏆 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!

[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