answersLogoWhite

0

like a kangaroo jumping for joy

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Other Math

Why do some similes and metaphors not work?

cuz this dick


Are two moves possible in checkers besides double jumping?

no


Do fifth graders get good grades in math class?

They do if they are good and don'y if they are not.


What is round and green and goes up and down always?

A pea jumping


How do you make an object 'jump' in a Game Maker game?

The easiest way to jump is by entering this code in the correct places. You could set the gravity but this way is easier. This will work in both the pro and lite put this code in you Create event of you player falling=false; //Variable for Falling hitting=false; //Variable for if you are hitting something grav=7; //Gravity movement=6; //Speed at which you move jump=0; //Used for jumping jumping=false; //If you are jumping or not space=false; //if space is pressed doublejumping=false //if doublejumping doublej=0; //for doublejumping put this code in you step event of you player //FALLING: if(!collision_point(x,y,ground,true,false) && !jumping && !doublejumping) //not touching ground, or jumping{ y+=grav; //Move down the number gravity grav=7; //Keeps gravity set falling=true; //says the player is falling } if(keyboard_check_pressed(vk_space)){ //if keypressed SPACE space=true //space=true. For other purposes } if(keyboard_check_released(vk_space)){ //if space not pressed space=false //space is false } if(space=true && jumping==false) //if space is pressed, and jumping is false{ jumping=true; //jumps space=false //space no longer pressed } if(space=true && jumping==true && doublejumping=false) //if space pressed, player jumping, and not doublejumping { doublejumping=true //doublejumps jumping=false //no more jumping } if(jumping) //if jumping is true{ y-=jump; //go up jump jump-=.5; //lower jump a little if(jump<0) && doublejumping=false //if jump is nil and not doublejumping { falling=true; //fall } if(jump<-10) { //if jump is below -10, set it to 10 jump=-10; } } if(doublejumping) //if doublejumping{ y-=doublej; //go up doublej doublej-=.5; //lower doublej a little if(doublej<0) { //is doublej is nil, fall falling=true; } if(doublej<-10) { //if doublej is below -10, set it to -10 doublej=-10; } } if(collision_point(x,y,ground,true,false) && falling) { //if touching ground and falling jump=10; //jump is 10, for next jump jumping=false; //No longer jumping falling=false; //no longer falling doublejumping=false //no longer doublejumping } if(keyboard_check(vk_left)) { //MOVEMENT. if left key is pressed x-=movement; //move left } if(keyboard_check(vk_right)) { //if right pressed x+=movement; //move right } if falling=false && jumping=true { //if falling is false, and jumping is true { doublej=10; //doublej is 10 } } Done. if you r having trouble download the example http://www.willhostforfood.com/users/warsome/doublejumpgrav.gmk

Related Questions

What are some good Biblically metaphorical ideas for a poem?

Parable are all metaphors.


What are some good metaphors for sprinting in the ocean?

Brady “red kayak”Anything


What are some examples of warm weather metaphors?

warm weather metaphors


Is an Arabian good at jumping?

all horses are good at jumping


What type of horses are good for jumping?

Thoroughbreds, and warmbloods such as Hanoverians, and Oldenburgs, are some of the more common jumping breeds. In the link below, you can see what is ideal in a jumping horse.


What are some metaphors and similes in The Kite Runner?

My good sir is like the fresh air I breathe. Page


Is jumping for joy a metaphor?

Well, honey, jumping for joy is actually not a metaphor. It's a figure of speech called an idiom. Metaphors are more like comparing two things without using "like" or "as," so don't go jumping to conclusions now. Just keep on jumping for joy and leave the metaphors to the poets, darling.


What are good metaphors about people?

find it bruh


What are good metaphors?

Life is like a rollercoster


What are metaphors in Charlottes Web?

In "Charlotte's Web," some examples of metaphors include comparing Wilbur to a spring pig, Fern to a mother hen, Charlotte to a good writer, and Templeton to a selfish rat. These metaphors help create vivid images and deepen the characters' personalities.


What are some examples of metaphors in songs?

Oursong by Taylor Swift , its just a bunch of metaphors


What are metaphors used in the celebrated jumping frog of calavera county?

In "The Celebrated Jumping Frog of Calaveras County," Mark Twain uses metaphors to highlight themes of deception and cultural differences. The frog itself symbolizes both the absurdity of competition and the folly of human nature, representing how people can be easily manipulated. Additionally, the act of gambling serves as a metaphor for risk and the unpredictability of life. Through these metaphors, Twain humorously critiques human behavior and the quirks of American society.