great video but i was just wondering why when i click new game the timer goes to -1, and then if you click it again it goes to -2. jus wondering if you could help me fix this
I have an NSTimer that counts up seconds until two images collide. So when the two images collide the timer stops counting. My question is, how can I get the time to save into another view? Like a High Scores view with there name and time.
Can I call the timer to verify what time it is at? I would like to have my score based off of time. So if you do something in a certain amount of time you would get a higher score. Also thanks for sharing your knowledge.
@FiLiP7011 It happeded to me I reinstalled
Lijrobert 2 months ago
Hey man anyway you can do this on the newest xcode version? And how do get a timer to count down and when it reaches 0 it will go to the next view?
johnydee187 11 months ago
Nice vid! Could you make te same vid but for xCode 3.2.5 with simulator 4.2?
thanks!
ipodiphonemac 1 year ago
Comment removed
ISJHman44 1 year ago
Comment removed
ISJHman44 1 year ago
Comment removed
ISJHman44 1 year ago
Comment removed
ISJHman44 1 year ago
great video but i was just wondering why when i click new game the timer goes to -1, and then if you click it again it goes to -2. jus wondering if you could help me fix this
Cranies9 1 year ago
thanks.
lytwalker 1 year ago
I have an NSTimer that counts up seconds until two images collide. So when the two images collide the timer stops counting. My question is, how can I get the time to save into another view? Like a High Scores view with there name and time.
Your help would be greatly appreciated!
XcodeDev 1 year ago
Please, don't say: "then go into ... do this.. do that.. write this.. space.. curlybracket.. equals .. "
.. you should explain WHY you're doing what you're doing. It appears you're merely typeing off some other tutorial code.
Anyway, thanks for your effort.. good to have so many coding tutorial vids here.
The info I needed from your vid is actually only: NSTimer. ;)
galliumarsenide 1 year ago
Hey man I dont have the Class actions and class outlets tab in my interface builder, any ideas?
shahrukhkhanofficial 1 year ago
To have an "ammount of time played" type of thing I change to -1 to +1 right?
MGuniverse 2 years ago
with so many crappy iPhone learning sites out there, developers are having a hard time
finding the right training resource and program. EDUmobile. ORG has changed that with their
iPhone Training Program that is currently teaching over 100 students.
rathodkk 2 years ago
Can I call the timer to verify what time it is at? I would like to have my score based off of time. So if you do something in a certain amount of time you would get a higher score. Also thanks for sharing your knowledge.
timsvw 2 years ago
it works! but how do you make the timer through-out the whole game like Mindblender Quiz?
iPhoneSDKDeveloper 2 years ago
The timer just keeps going until you call [maintimer invalidate]. Just keep the time increasing by 1 until you need it to stop.
PixelCUBEstudios 2 years ago
Great tutorial! It helped me a lot!
aricmazick 2 years ago
is this any different then the other video you made about game timers
iphonedevJr 2 years ago