American Made?
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.
Show posts MenuQuote from: lorenzo on Sat 03/02/2018 13:04:44That is correct. it is Hay Day and I played it a lot at one point.
That's Hay Day, I think? My girlfriend used to play it.
function hswimtest_AnyClick()
{
//if the mouse is in front of the player
if (mouse.x > player.x){
player.Move(GetViewPortX() + mouse.x+5, GetViewPortY() + mouse.y, eNoBlock, eAnywhere);
//if the mouse is behind the player
}else if (mouse.x < player.x){
player.Move(GetViewPortX() + mouse.x-5, GetViewPortY() + mouse.y, eBlock, eAnywhere);
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.196 seconds with 15 queries.