Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: Omar Metwally Newsgroups: scee.yaroze.programming.2d_graphics Subject: Boundaries!!! Date: Fri, 30 Oct 1998 21:45:30 -0800 Organization: SCEA News Server Lines: 6 Message-ID: <363AA3F9.988C421E@aol.com> NNTP-Posting-Host: 167-18-237.ipt.aol.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.07 [en] (Win95; I) I tried to stop the sprites from going offscreen so I added this: if (TestSprite.x <= (320-16) && TestSprite.y <= (240-16)) This (obviosly) did not work. Now please someone tell me what I am suppose to do to make boundaries for sprites. Thank you very much. :-)