been creating new anims which are working.. well i ve been adding some velocity to my anims, i made the clsn boxes on EACH frames.. and most of the time my character will pass through the opponent any one knows how to prevent this?note : im a noob in codingthanks
Passing through? Either your clsn's are too small and your velset is massive. Or you don't have blue clsn's at all. We're going to need to see the code from your .cns and .air to check this.
I've had this happen before. It was always with my running though. I always made my CLSN boxes green, but whenever I made them blue I never passed through the opponent. So make sure there are some blue CLSN boxes.
i have made big blue clsn boxes<--- on each frames and red ones for the frame that are supposed to hit.. i got an average vel which x=3 heres my code[Statedef 3500]type = Smovetype = Aphysics = Sctrl = 0anim = 3500velset = 0,0sprpriority = 1[State 3500, vel]type=velsettrigger1=anim=3500&&animelemtime(1)>=0&&animelemtime(16)<0x=3[State 3500, HitDef]type = HitDeftrigger1 = animelem=2||animelem=6||animelem=7||animelem=9||animelem=11||animelem=13||animelem=14||animelem=15||animelem=16attr = S,SAhitflag = MAFguardflag = MAanimtype = Hardair.animtype = Harddamage = 30,10pausetime = 10,10sparkno = S7020guard.sparkno = S7001sparkxy = 0,0hitsound = S2,3guardsound = S2,0ground.type = Highground.slidetime = 10ground.hittime = 10air.hittime = 10ground.velocity = -3,0air.velocity = -3,-5sprpriority = 1[State 3500, 4]type = ChangeStatetrigger1=!animtimevalue = 0ctrl = 1been trying green(clsn standard) + blue boxes on each frames didnt worked either,hope will figure out whats the issuethanks
Quote[State 3500, vel]type=velsettrigger1=anim=3500&&animelemtime(1)>=0&&animelemtime(16)<0x=3....... You don't need that... Just one velset at the beginning. If you're worried that he slows down on his own (friction), put physics = N at the top instead of physics = S.Post the animation and maybe a screenshot (with clsn visible) of what goes on when your char gets near his opponent (hit the pause key, hit scroll lock key until the point where your char goes through the opp, hit F12, convert the resulting pcx into png with any image viewer, then host it on imageshack).