Jump to content
  • 0

Move connects but character goes past p2? +2 Questions


Question

Posted

So i started messing with a certain guy again, coded a move blah blah blah

 

From a distance, it connects and works like it should

Up close and (not) in a corner, it hits p2 once, then he moves right past them like so

Posted Image

Is it because of my clsns or something else?

 

Now on to my questions...

This gave me a move idea; how would i go about making my character from any location "teleport" and hit p2 and slide past like above?

Like, I'd make him fade, then p2 gets hit, then he'll (un)fade sliding behind p2

 

Second question, Im interested in doing something similar to Chizuru where depending on the move she'll fade from her previous position, i know it could be done with helpers but is there an alternate(and possibly simpler) way to do it? Or am i just better off with helpers?

If you want my released works, go here.

4 answers to this question

Recommended Posts

  • 0
Posted

My sincerest of apologies for not providing answers to questions here but instead ask some of my own, however who is that Krimson K' edit? A private W.I.P of yours? And is that stage available somewhere?

pMx2a5X.png?1?9873

This signature would not have been possible without the combined efforts of RyoucchiZenesis. All credit goes to them for making this!

  • 0
Posted

Krimson was/is my WIP. Was, because i started him ages ago then canned it. Is because im considering continuing it.

 

Stage is also mine. Im debating on fixing it to make it release-able or just keep it locked up forevers

If you want my released works, go here.

  • 0
Posted

majority of the time.

 

the move just happens and if p2 is in the way, they get hit and he continues as normal.

 

if you want to teleport infront of p2... try this code in the players state.

 

 

[state 0, PosSet]

type = PosSet

trigger1 = time = #

x = enemy,pos x - 40

y = 0

 

change # to when you want it to work.

- Characters -  / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -

 

  • 0
Posted

Well, even when i adjusted my clsns it still kept happening. I added a playerpush and that stopped it from happening...most of the time.

 

I meant behind p2 but i guess i'll just modify the code.....dunno why i forgot about posset

 

will try in a few, thanks

If you want my released works, go here.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...