ID:178866
 
Can someone show me how you would use flick to make a attack thing similar to zelda?
In response to Sariat
wtf i comes up with some dream seeker game
In response to Tazor07
Look through your directories the code is on your computer.
In response to Nadrew
well i also need a example of how you make it like zelda
In response to Tazor07
Stop relying on other people to provide "examples" for how to do everything. You need to stop and take the time to learn how to do them on your own.
In response to Foomer
ok im sorry for wasting time for all of you please forgive me
In response to Tazor07
Tazor07 wrote:
ok im sorry for wasting time for all of you please forgive me

Here you go Tazor.

Zelda like..hrm I would imagine you'd want the attack triggered by a button, so I'll give you an example using the Center(5 on numpad) key.

client.Center()
Attack()

mob/Attack()
flick("Attack",src)
..rest of attack code...

That will make it flick the attack iconstate over the mob everytime they hit the center key.