Jump to content

Graphics fixed to camera?


AlexArroyoDuque
 Share

Recommended Posts

Hello! 

I need to set a graph of camera movement. 

I tried with this code but it does not work well :(

 

             this.lifeGraphics.lineStyle (10, 0x33FF00); 

             this.lifeGraphics.moveTo (30, 460); 

             this.lifeGraphics.lineTo (60, 460); 

 

             this.lfeGraphics.fixedToCamera = true;

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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