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-07-2010, 04:29 PM   #22 (permalink)
wilky94
Registered Member
 
wilky94's Avatar
 
Join Date: Dec 2009
Location: Seaham UK
Age: 17
Posts: 257
wilky94 is on a distinguished road
Send a message via AIM to wilky94 Send a message via Skype™ to wilky94
Default

Quote:
Originally Posted by harrytheshark View Post
Well, look up CGPoint, to see how you can get x values and y values for the touch. Then look up whatever your object is to see how you can get x values and y values for that.

Then use some simple if statements to compare them.
Code:
	image.center = CGPointMake(image.center.x+pos.x, image.center.y+pos.y);
	if (image.center.x > 295 || image.center.x < 25)
		pos.x = -pos.x;
	if (image.center.y > 375 || image.center.y < 30)
		pos.y = -pos.y;
is this what you mean.
wilky94 is offline   Reply With Quote
 

» Advertisements
» Online Users: 472
6 members and 466 guests
Domele, GHuebner, iekei, Newbie123, nguyenhieu129, scubadivingfool
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,446
Threads: 94,031
Posts: 402,605
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:45 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.