Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 02-04-2010, 02:20 PM   #27 (permalink)
iPhoneDevelopment
Banned
 
Join Date: Dec 2009
Posts: 61
iPhoneDevelopment is on a distinguished road
Default

What seems to be happening is that when I swipe, both the jump method and the setting of firstSwipe to true is called:

Code:
-(void) characterJump {
	int setter = jumpCounter;
		
	if(jumpCounter < 2)
	{
		setter += 1;
		ySpeed -= kJumpStrength;
		firstSwipe = true;
	}
	
	jumpCounter = setter;
}
As both methods move the character, however, what I think that the downward velocity is applied before the upward velocity of the jump. Is there a piece of delay code or something that I can use to delay the firstSwipe = true until the jump has finished?

Thanks

Cam
iPhoneDevelopment is offline   Reply With Quote
 

» Advertisements
» Online Users: 568
16 members and 552 guests
beckz007, BrianSlick, djbrooks111, djohnson, Domele, dylanreich, headkaze, HemiMG, ilmman, kasumar, larueta13, mariano_donati, Newbie123, shwetap, SLIC, Thompson22
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,446
Threads: 94,031
Posts: 402,604
Top Poster: BrianSlick (7,978)
Welcome to our newest member, larueta13
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:02 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.