1
Archives / Re: Stencylimpics
« on: July 03, 2012, 11:01:30 am »
@SWATLLAMA I was stupid to think otherwise
Changing it as we speak...

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
if((actor.getX() > 500))
{
actor.setX(500);
}
if((actor.getX() < 50))
{
actor.setX(50);
}
if((actor.getY() > 200))
{
actor.setY(200);
}
if((actor.getY() < 50))
{
actor.setY(50);
}