- Joined
- Apr 21, 2007
- Messages
- 1,465
Ok so what I want is to change the units size over the 20 seconds given with the folloing trigger:
Problem is this isn't delphi, it's GUI and I am not sure if it is doable without JASS. What this does is make the unit grow from 100% to 120% the 1st second, then to 200% the first 5 seconds and then the next 5 seconds to 300%, after that to 400% and finishing at 500% at the end of the 20th second.
So my question is, is this doable without JASS and how?
Code:
Event - Every 0.05 seconds
Condition - /
Action - Set MYUNIT size to (MYUNIT size + 1)
Problem is this isn't delphi, it's GUI and I am not sure if it is doable without JASS. What this does is make the unit grow from 100% to 120% the 1st second, then to 200% the first 5 seconds and then the next 5 seconds to 300%, after that to 400% and finishing at 500% at the end of the 20th second.
So my question is, is this doable without JASS and how?