Mercurial > wow > buffalo2
comparison Modules/WorldState.xml @ 90:6e2cb847c3c6
Implement a mixin template for the basic visual config widgets.
| author | Nenue |
|---|---|
| date | Mon, 24 Oct 2016 18:28:40 -0400 |
| parents | 74e714637d6a |
| children | caded2668701 |
comparison
equal
deleted
inserted
replaced
| 89:74e714637d6a | 90:6e2cb847c3c6 |
|---|---|
| 20 <OnPlay> | 20 <OnPlay> |
| 21 --print('VnWorldState','fade out') | 21 --print('VnWorldState','fade out') |
| 22 self:GetParent().faded = true | 22 self:GetParent().faded = true |
| 23 </OnPlay> | 23 </OnPlay> |
| 24 <OnStop> | 24 <OnStop> |
| 25 print('VnWorldState', '|cFF44FF00stopped fadeout') | 25 --print('VnWorldState', '|cFF44FF00stopped fadeout') |
| 26 self:GetParent():Update() | 26 self:GetParent():Update() |
| 27 </OnStop> | 27 </OnStop> |
| 28 <OnFinished> | 28 <OnFinished> |
| 29 print('VnWorldState', '|cFFFFFF00end of fadeout') | 29 --print('VnWorldState', '|cFFFFFF00end of fadeout') |
| 30 self:GetParent():Hide() | 30 self:GetParent():Hide() |
| 31 self:GetParent():Update() | 31 self:GetParent():Update() |
| 32 </OnFinished> | 32 </OnFinished> |
| 33 </Scripts> | 33 </Scripts> |
| 34 </AnimationGroup> | 34 </AnimationGroup> |
| 42 </OnPlay> | 42 </OnPlay> |
| 43 <OnStop> | 43 <OnStop> |
| 44 self:GetParent():Update() | 44 self:GetParent():Update() |
| 45 </OnStop> | 45 </OnStop> |
| 46 <OnFinished> | 46 <OnFinished> |
| 47 print('VnWorldState', '|cFFFFFF00end of fade IN') | 47 --print('VnWorldState', '|cFFFFFF00end of fade IN') |
| 48 self:GetParent().faded = nil | 48 self:GetParent().faded = nil |
| 49 self:GetParent().timeLived = 0 | 49 self:GetParent().timeLived = 0 |
| 50 </OnFinished> | 50 </OnFinished> |
| 51 </Scripts> | 51 </Scripts> |
| 52 </AnimationGroup> | 52 </AnimationGroup> |
