I want to make an aggressor move that makes the victim transparent.
But as far as my beginners brain can tell. It might not be possible.
I'm thinking if it's possible to make a [helper statedef] or something of the like to help turn on transparency for the opponent sprites. But i'm not sure how.
Is it possible to make the Victim transparent?
Moderator: Moderator
- Semeshotasrule
- Posts: 11
- Joined: Fri Jun 25, 2021 4:36 am
Is it possible to make the Victim transparent?
Last edited by Semeshotasrule on Thu Sep 14, 2023 9:04 am, edited 1 time in total.
Where are all the Boy Aggressors? I need Boy Aggressors.
- Semeshotasrule
- Posts: 11
- Joined: Fri Jun 25, 2021 4:36 am
Re: Is it possible to make the Victim transparent?
Apparently when you add a command trigger type of trans state meant for the opponent to change into. The command you use to make the opponent transparent has to be used by the opponent itself.
[Example]: If the aggressor move makes the target go into this state in the aggressor code,
[State 6064]
type = Trans
trigger1 = command = "holdfwd"
trans = addalpha
alpha = 160, 200
----------------------------------------------------
Then the opponent will turn transparent when the opponent uses the "holdfwd" command.
Anyone got any idea on how to make it, So the player has to press the command, To make the opponent transparent?
[Example]: If the aggressor move makes the target go into this state in the aggressor code,
[State 6064]
type = Trans
trigger1 = command = "holdfwd"
trans = addalpha
alpha = 160, 200
----------------------------------------------------
Then the opponent will turn transparent when the opponent uses the "holdfwd" command.
Anyone got any idea on how to make it, So the player has to press the command, To make the opponent transparent?
Last edited by Semeshotasrule on Thu Sep 14, 2023 9:05 am, edited 1 time in total.
Where are all the Boy Aggressors? I need Boy Aggressors.
- Semeshotasrule
- Posts: 11
- Joined: Fri Jun 25, 2021 4:36 am
Re: Is it possible to make the Victim transparent?
I've worked it out!
And all my idiot brain needed to do was google it~
;Adding this in the victim side animation of the aggressor code, Will make the opponent transparent when the player presses "holdfwd".
;------------------------------
[State 6064]
type = Trans
trigger1 = enemy,command = "holdfwd"
trans = addalpha
alpha = 160, 200
;------------------------------
Yay~!
And all my idiot brain needed to do was google it~
;Adding this in the victim side animation of the aggressor code, Will make the opponent transparent when the player presses "holdfwd".
;------------------------------
[State 6064]
type = Trans
trigger1 = enemy,command = "holdfwd"
trans = addalpha
alpha = 160, 200
;------------------------------
Yay~!
Where are all the Boy Aggressors? I need Boy Aggressors.
Re: Is it possible to make the Victim transparent?
In effect, the opponent should not take any action (since he is the victim, in this situation) the way to apply it as you describe is an alternative, there is the possibility of another way, but the one you describe is possibly what is necessary for what you require. .
- UmbreonLover
- Posts: 321
- Joined: Wed Jan 26, 2022 12:03 am
Re: Is it possible to make the Victim transparent?
I don't see a point in having the victim becoming transparent...
Not just that, but the victim also needs a special rule in order to prevent themselves to be Transparent the whole match
Not just that, but the victim also needs a special rule in order to prevent themselves to be Transparent the whole match
I visit this forum when I remember I exist!