Jump to content

JavaScript question


PrakharPaw

Recommended Posts

I'm going through the HTML game module, and I found 

" var myleft = this.x;
    var myright = this.x + (this.width);
    var mytop = this.y;
    var mybottom = this.y + (this.height);   "

In https://www.w3schools.com/graphics/game_obstacles.asp

Can someone please explain what points are myleft, myrightm mytop and mybottom on the component? I'm confused because aren't myleft and mytop the same point on the component?

 

Please help.

Thanks,

Prakhar

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...