The jump tag has no wiki summary.
0
votes
1answer
14 views
Why does creating Media Player object crash my android code?
I'm creating a little program that plays the mario jump sound when someone jumps.
I can use the Z acceleration to make the program display a message when it reaches a certain value like 10 m/s^2. I ...
0
votes
2answers
55 views
How to make sprite jump in java?
I have KeyEvents for a sprite for moving left, right, up and down. I was just messing around and was thinking ahead for another project in which I want the sprite to jump. It doesn't have to be fully ...
0
votes
0answers
21 views
Page jumps to the top when clicking on div with a toggle function
On this page: cems.uwe.ac.uk/~s3-gupta/starterpack/ I have two "floating" sidebars, that can be clicked to open hidden divs.
The pages themselves have divs which slide open using JS, and the page ...
0
votes
2answers
100 views
Delphi7, make a shape jump when pressing Up key
I'd like to make a shape jump when the player presses the UP key, so the best i could think of is this, but the method i used is terrible and problematic:
(shape coordinates: shape1.top:=432;)
...
0
votes
1answer
31 views
Nasty jump to fadein div
I have a little problem atm.
I am making somekind of portfolio atm. If people click on "Show work" it makes the div "portfolio" visible trough the following jquery code:
function() {
...
0
votes
2answers
37 views
AS3 Game - Jump Doesn't Alter Velocity
I'm having problems making my Player jump in AS3. I'll upload everything relevant, I'm really struggling to figure out exactly what I've done wrong. It used to work but now it doesn't, I spent so long ...
-8
votes
0answers
62 views
movement and jump of object [closed]
hi iam very begginer in python...and iam trying to understand one code so i could make similar game...http://programarcadegames.com/python_examples/show_file.php?file=platform_scroller.py ...
-1
votes
1answer
41 views
Jump and random number commands
I'm working on a vbscript program and I and looking for a random number (Rand#) and a jump command equivalent (goto/label). I would like for the number to be a whole number. Any help would be ...
0
votes
1answer
62 views
How to move and jump character with touch and swipe?
it's my first time posting a question here, after struggling for a long while and not being able to solve it myself, I decided to come ask for your help.
To ask my question, I need to first explain ...
0
votes
0answers
35 views
Error with jump function when putting script on movieclip
I'm having a problem with my jump function for a platformer engine. I've moved all of the hit testing onto the individual platforms in the level, so I don't have to write things out for each ...
0
votes
1answer
41 views
Issues with MIPS jump
first time posting here. Im still new to MIPS and I'm confused as to what is going wrong. Im testing in QTSpim. It's telling me "Unknown System Call:-1000". I'm a little confused as to whats going ...
0
votes
1answer
31 views
Jumping between forms in C# that are in random order
Created a survey style application using forms, it contains 30 forms. For example, the first page asks the user to check which surveys to load, and according to their checks it opens up the correct ...
0
votes
0answers
20 views
jQuery animate using left jumps at the end of animation
I cannot figure out why my div is jumping at the end of the animation, using:
$('#gallery-moving-cont').animate({'left': newxPix}, 2000, 'swing', function() { finishMoving( newx );});
Where ...
0
votes
1answer
27 views
scrollTop jumps to element, how to slow down?
Ok, so I now have this:
$(function(toContact){
$('#contact').click(function(){
$(window).scrollTop($('footer').offset().top);
});
});
But now the screen just jumps to the ...
0
votes
1answer
57 views
Why does my program crash when implementing an indirect jump?
I want to do an instant jump (to improve performance) instead of calling a new function or making a jump table. I have no idea why this code works on my compiler but it cannot jump properly :
__asm ...
0
votes
0answers
82 views
float and transition causes crazy jumping of elements
as already said in the title, i've got some floating divs inside a wrapper div...
On mouseover they scale up to 1.5 x size. To let them stay at the same place, I reduce the margin of these elements ...
0
votes
1answer
139 views
prevent jump to top jquery tab function on click anchor
I have found this really great Tab Function in the I-net. I have read about the standard problem when using anchors: The Windows jumps to top. Altough there is a e.PreventDefault() and a Live ...
0
votes
0answers
35 views
How do I jump to a location on a page while using javascript expandit?
I have an area on the website that uses tabs which will reveal and hide whatever content that is necessary
<div id="works-tabs" class="works-menu">
<ul>
<li ...
0
votes
1answer
82 views
Can I jump out of a current executing function?
A problem from the buflab of CSAPP. I'm asked to key in some exploit code long enough to corrupt the stack. In phase 2 I need to first change the value of a global var named global_value and then call ...
2
votes
1answer
61 views
Chrome - pound sign in URL makes page jump to bottom
I noticed that in Chrome, when there's a pound sign at the end of the URL the page sometimes jumps to the bottom (depending on the page). Here's an example:
This is a version of the page that snaps ...
1
vote
2answers
61 views
Pygame double jump
I have nearly given up, so I need help.
I'm trying to make a simple platformer that has double jumps...
I keep running in circles trying to find something that works
The best Idea I have so far is to ...
0
votes
2answers
48 views
Emacs: Down arrow key skips lines when window too short
When I use Emacs in full screen mode, the Down arrow key works just fine for navigating down a source code buffer. But when the window gets too short (e.g., C-x 2), then pressing Down begins to skip ...
4
votes
4answers
650 views
Android ListView - stop scrolling at 'whole' row position
Sorry for the confusing title, I cannot express the problem very concisely...
I have an Android app with a ListView that uses a circular / "infinite" adapter, which basically means I can scroll it ...
0
votes
1answer
92 views
Using header in PHP with hidden input fields
I am creating a validation function in a php-file for my HTML FORM INPUT fields.
The function should jump back to the form if it is not filled out correctly and jump to a new page if it is filled out ...
1
vote
1answer
28 views
gdb : findind every jumps to an address
I'm trying to understand a small binary using gdb but there is something I can't find a way to achieve : how can I find the list of jumps that point to a specified address?
I have a small set of ...
1
vote
0answers
143 views
How do I create a “jump” effect using AndEngine and Box2D
I am developing a game similar to the angry birds in AndEngine using the Box2D extension.
My goal is for the animated sprite to jump (like in angry birds) and have it bounce multiple times, depending ...
0
votes
2answers
66 views
Rails : jump to function chosen at realtime (variable name)
I would like to jump to an "import function" which can be one off the file I already wrote in lib/import/...
The user chooses an option in a select box and from this choice, I want to execute a ...
3
votes
4answers
69 views
Array - Value Jump
I'm trying to count the the frequency of starting letters of words in a dictionary, which contains cca 140 000 words. I save the frequencies in the array count, with count[0] for the letter a, count ...
0
votes
1answer
49 views
Easy javascript if and else. If url is return and else scroll to anhor
<script type="text/javascript">
if (location.href == "http://www.mysitemain.com")
{
return false;
}
else
{
window.onload = function() {
var el = document.getElementById('wrap');
...
0
votes
1answer
165 views
Jump Animation in JavaScript
My newest Hobby Project is a very simple Jump'n'Run Game using JavaScript. I already wrote some code (with the help of a tutorial at lostdecadegames) and read everything about the GameLoop.
var ...
0
votes
0answers
112 views
how to call a U-Boot stored in flash from a first bootloader
I have a U-Boot bootloader stored in NOR flash (at the middle of flash for example). I want to call it from a first U-Boot bootloader which is stored at the beginning of the flash.
I already tried ...
3
votes
3answers
236 views
Hoes does the assembly TEST instruction work with these jump instructions?
Using AT&T assembly syntax, I'm trying to understand how testl is used in assembly code. Specifically:
testl %edx, %edx
jle .L3
I know testl does a bitwise and of the same value to set the ...
1
vote
0answers
135 views
jQuery UI Draggable jumps at the first drag
Please refer to this jsFiddle example.
At the first time dragging the draggable, it jumps out of viewable area. Yet it is still draggable. It just doesn't stick to mouse cursor.
The following code ...
-2
votes
1answer
111 views
How to turn off jump function Jquery tab
I found this code on the internet and everything is working fine. But I want to turn of the jumping function that jumps to a certain position on the webpage.
<script type="text/javascript" ...
2
votes
1answer
74 views
implementing jump-statement in ast-walking interpreter
In an ast-walking interpreter, the code is executed node by node. How can I implement features like goto, break or continue? I stop the current execution and jump to another node? Are there any best ...
0
votes
1answer
122 views
Arrow key navigation with ScrollTo jumpy
I'm using if (e.keyCode == 40) to trigger a scrollTo function, but for some reason in chrome its seems to jump up before scrolling, which is really buggy.
I made a jfiddle of my problem ( this only ...
1
vote
0answers
140 views
Using Jquery - target div with a button replacing HTML anchor #hash method
I am using something like #loadpanel1:target to run animation within a div loaded in a viewer.
Currently I am using #hashtag anchor method to activate the container, the problem is this is a gallery ...
0
votes
1answer
146 views
Vimeo seekTo jumps to plus older seekTo
I've set seekTo to 30 seconds. When page loads it's directly seeking to 30 secs as required.'
Problem:
It plays automatically as it seeks to 30 secs on load. (it should seekto 30 secs but should be ...
2
votes
2answers
98 views
Code generation for if statements
I am in the middle of writing the code generation section of a compiler for a simple (C-like) language. I am having a problem with "if" statements. I would like to generate corresponding jump ...
3
votes
2answers
116 views
UITableViewCell linking to a particular page in PageViewController
I am fairly new to iOS programming and have run into a problem I haven't been able to solve on my own.
My app's main part is a list of animals (AnimalTableViewController) which is searchable (this ...
1
vote
3answers
260 views
Making my XNA sprite jump properly
I have been having great trouble getting my sprite to jump. So far I have a section of code which with a single tap of "W" will send the sprite in a constant velocity upwards. I need to be able to ...
1
vote
1answer
64 views
Webkit placeholder text jumps
I have an <input /> with a placeholder. The input is custom-designed, i. e. it has no borders, no outline, a custom height, custom width, custom background color, custom text color, and a custom ...
1
vote
2answers
185 views
Gravity Equation - Velocity Equation | Why is it only good in certain FPS?
The jump size with these equations decreases as amount of updates per second goes down. With a delta value multiplying gravity force and amount that jumpspeed force decreases, as well as time elapsed ...
0
votes
2answers
234 views
NSIS silent installer - jump not observed
I am trying NSIS doc example for silent installer, here. Uncommenting the line
; SilentInstall silent
then yes, my installer is silent. However, it displays message boxes. It is expected that ...
0
votes
3answers
259 views
Write jump instruction in c
To preface this, yes this is a project to take control of an executable externally. No, I do not have any malicious intents with this, the end result of this project won't be anything useful anyway. ...
0
votes
1answer
82 views
Virtual box vdi nasm jump
I'm doing research on bootloaders. That is, I'm trying to write simple bootloader with nasm which will run in VB (vdi disk). For now on I did set up a virtualbox environment for testing purposes and ...
3
votes
3answers
646 views
Scroll / Jump to id without jquerry
i have search a lot of topics for a useable solution. But dont found something. Most scripts are just too cluttered for my purposes. Seeking a solution based only on Javascript. In my project it is ...
1
vote
0answers
205 views
Find text in div and goto text using javascript
Hi I'm trying to achieve the following:
I'm creating a site (actually some sort of web app) that consists of panels (divs).
On one of the panels I have a substantial amount of text placed in another ...
0
votes
1answer
252 views
XNA Falling through tiles after jumping
I discovered a lot of new info since i posted this question so I have completeley rewritten it:
I have run into some problems while implementing gravity and jumping in my tile-based game.
Sometimes ...
4
votes
3answers
669 views
jQuery carousel animation jumping
I'm using CarouFredSel jQuery plugin (http://caroufredsel.dev7studios.com) to create animated carousel on my site. However, I noticed the animation isn't correct - it animates waaay too far (compared ...



