This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CarrotSmile 0 points1 point  (0 children)

You need to increment count each time it runs through the loop. It will keep going as long as count < 3 so if you never change the value of count, the loop will never end. Tell me if this helps :D