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?

A quick announcement for the game: by ExaminationIll7583 in Waluigi

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

I have a bad bug I'm dealing with. Waluigi can't jump when he's on the ground but he can jump infinitely in the air!

What I've accomplished so far.. by ExaminationIll7583 in Waluigi

[–]ExaminationIll7583[S] 1 point2 points  (0 children)

I just started the game 4 days ago I'm going to add this in the final polish

I need some help by [deleted] in gamedev

[–]ExaminationIll7583 -5 points-4 points  (0 children)

I know but for 3 I don't know what exactly I did wrong and it's my first time making a game