Jump to content

Moving a Rectangle with Phaser


Nafi
 Share

Recommended Posts

Hello,

 

I have drawn a rectanglew using graphics feature of phaser. Now I want this rectangle to move left or right upon pressing arrow key. But I have been trying for past two days. I can not. I first drew a rectangle and then assign this to a variable rect. Then I use below code in my update function.

 

if (cursor.right.isDown)
      rect.body.velocity.x = 350;

 

It would be pleasure if you help me to figure out what is the problem. I think it is very easy problem. But I am very new to phaser.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...