Pseudo Code:
if (x > screenWidth) { x -= screenWidth } if (x < 0) { x += screenWidth } if (y > screenHeight) { y -= screenHeight } if (y < 0) { y += screenHeight }
Username or Email Address
Password
Remember Me
Username
Email
Registration confirmation will be emailed to you.