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

===c a s t i n g b a r===

Status
Not open for further replies.
Level 9
Joined
Dec 15, 2009
Messages
523
im not sure if this the right place(probaly resource section but im probaly gonna get ignored)





Can some teach me/or help me make one?
Casting bar that if the spell has 2 sec casting time or even .05 sec casting time i want a casting bar for my spells

get me?
if u dont get me just ignore this thread im fine..:D:ag::ag:
 
Level 1
Joined
Nov 29, 2008
Messages
7
Bar Initilization -
  • Event: time elasped 1 Second
  • Action: create floating text that reads "||||||" at position of "???" region
  • Action: set "CastingBarVariable_1" = last created floating text
  • Action: create floating text that reads "|||||" at position of "???" region
  • Action: set "CastingBarVariable_2" = last created floating text
  • Action: create floating text that reads "||||" at position of "???" region
  • Action: set "CastingBarVariable_3" = last created floating text
  • Action: create floating text that reads "|||" at position of "???" region
  • Action: set "CastingBarVariable_4" = last created floating text
  • Action: create floating text that reads "||" at position of "???" region
  • Action: set "CastingBarVariable_5" = last created floating text
  • Action: create floating text that reads "|" at position of "???" region
  • Action: set "CastingBarVariable_6" = last created floating text
  • Action: hide floating text 1-6 (you really have to do this in 6 different actions)
Region Moving -
  • Event: a unit begins casting an ability
  • Action: move "???" instantly to position of casting unit
  • Action: show "CastingBarVariable1"
  • Action: wait 0.5 seconds
  • Action: hide "CastingBarVariable1"
  • Action: show "CastingBarVariable2"
  • Action: wait 0.5 seconds
  • Action: hide "CastingBarVariable2"
  • Action: show "CastingBarVariable3"
ETC. once you finish all of that, you have to repeat this for each player otherwise it could bug.
 
Status
Not open for further replies.
Top