answersLogoWhite

0

Actually, its not a glitch. you do it on computer.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you perform levitation in the legend of Zelda ocarina of time?

you can't perform levitation in the game without cheats. you can float without cheats by putting on hover boots but its only a few seconds.


What is the flying glitch for WolfQuest?

a glitch where you float. it may last 1 miniute or a couple seconds.


Zelda ocarina of time how do you levitate?

Do you mean with hacks or without hacks? If you want with hacks, simply get the appropriate GameShark from anywhere on the Net. Without hacks, you will need the Hover Boots from the Shadow Temple. Equip them and run right off a ledge. You will float.


Where are all the small key locations in the water temple in Zelda ocarina of time version 1.0?

in that room in the middle, you know, where you sing zeldas lullaby to make the water rise so that you swim up to the top floor. when the water rises, the block that was above the spikes will float up and reveal a hidden room


How do you catch fish in zelda twilight princess?

When the float sinks completely pull the rod out of the water sharply. The FISH ON message should play. Hold the rod there for as long as it takes.


Do clothes float or sink?

it will float as long as it is not fully covered water.


Do beef bones sink or float?

float dawg, float


How do catamarans float?

they do not float


Do you float on Venus?

If you were to go there you would either float...or not float. You choose;)


What is net float?

Definition Sum of disbursement float and collection float.


Is Float to float casting in java possible?

It is possible in JDK 1.5 and above. In JDK 1.4, you also cast the Float value into float value by using casting. For exampe in JDK 1.5, its possible float f = 12; Float ff = f; but in JDK 1.4, you will use casting i.e float f = 12; Float ff = (float)f;


C programming percentages?

float percent = ((float)CurrentItems / (float)MaxItems);