ID:270940
 
How can i show two icon_state with the flick command ?
like a normal flick
but two images at the same time?
I suggest you read DM Guide more and Learn Flick()'s then show us what you have and work off of there.
~Grand~
In response to KillerGrand
or you could just answer my question by saying the question by posting an example or by reffering them to another site....
In response to Arturoenriquez
I will.
DM guide
In response to Arturoenriquez
Arturoenriquez wrote:
or you could just answer my question by saying the question by posting an example or by reffering them to another site....

if the overlay has the same state name as the icon, the flick will work.
In response to Jik
ah
well thanks
but i noe that if they have the same name
theyll work
but i wanna do two animations at the same time
like two overlays
i did something like this
mob
verb
transform()
flick("animation1",src)
flick("animation2",src)
but animation1 goes first
and then animation 2
would i have to mix animation 1 and 2 for this to work?
In response to ATS Studios
ATS Studios wrote:
ah
well thanks
but i noe that if they have the same name
theyll work
but i wanna do two animations at the same time
like two overlays
i did something like this
mob
verb
transform()
flick("animation1",src)
flick("animation2",src)
but animation1 goes first
and then animation 2
would i have to mix animation 1 and 2 for this to work?
That's a little beyond me... maybe use spawn?