args.game.timer ||=300 if args.game.tick_count % args.game.timer == 0 args.game.x = rand * 1279 args.game.y = rand * 719 args.game.timer -= 10 end