Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if score >= 200 {
  2.  
  3. meteRedTimer.invalidate()
  4. meteBlueTimer = Timer.scheduledTimer(timeInterval: 0.7, target: self, selector: #selector(self.makeBlueMete), userInfo: nil, repeats: true)
  5.  
  6. } else {
  7.  
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement