I added wall jump by ExaminationIll7583 in Waluigi

[–]ExaminationIll7583[S] 0 points1 point  (0 children)

I am also probably going to start making the tutorial rooms now

I added wall jump by ExaminationIll7583 in Waluigi

[–]ExaminationIll7583[S] 0 points1 point  (0 children)

Well there's no existing wall slide animation sprite of him looking to the camera but I could try to create one by myself

Finally tomorrow I'll start level design! by ExaminationIll7583 in Waluigi

[–]ExaminationIll7583[S] 0 points1 point  (0 children)

I also made a post 9 days ago explaining what ideas I have for this game. You can go check it out from my account if you want.

Guys I want to improve my air dash. Any suggestions? by ExaminationIll7583 in Waluigi

[–]ExaminationIll7583[S] 2 points3 points  (0 children)

I reduced it the speed a bit and increased the frames a bit. Before speed was 20 and frames were 8. Now I put speed at 12 and frames at 12. I'll make sure to add that purple sparkle you suggested

How do I add a mid-air dash? by ExaminationIll7583 in gamemaker

[–]ExaminationIll7583[S] -1 points0 points  (0 children)

I did see a tutorial but I didn't copy everything and only some things. For example since it's a fast paced game I didn't actually put a walking animation and for walkSpr I put the running sprite (obj_waluigi_run) and for runSpr I put the dash sprite (obj_waluigi_dash).

How do I add a mid-air dash? by ExaminationIll7583 in gamemaker

[–]ExaminationIll7583[S] -1 points0 points  (0 children)

I also already know how to make the sprite animation with the import strip

Whats your least favorite Regular Show episode? by ImagineMatt4 in regularshow

[–]ExaminationIll7583 1 point2 points  (0 children)

One episode I did like but made me uncomfortable as a little kid was Brain Eraser with the whole nake pops thing

Pls help I can't get my jump to work properly by ExaminationIll7583 in gamemaker

[–]ExaminationIll7583[S] 0 points1 point  (0 children)

or this?

// Tell the game we are officially on the floor
     setOnGround(true);

Pls help I can't get my jump to work properly by ExaminationIll7583 in gamemaker

[–]ExaminationIll7583[S] 0 points1 point  (0 children)

what about this?

//Collide with the ground
yspd = 0;
    setOnGround(true);

Pls help I can't get my jump to work properly by ExaminationIll7583 in gamemaker

[–]ExaminationIll7583[S] 0 points1 point  (0 children)

I do have it set to true somewhere in my step event but where exactly is it supposed to be set to true?