Search found 2 matches
- Sun Aug 25, 2019 4:10 pm
- Forum: Support and Development
- Topic: Setting player scale -1 when going left?
- Replies: 5
- Views: 3824
Re: Setting player scale -1 when going left?
Thanks a lot Sasha! Though is hard for me to understand quite completly, i'll be watching the tutorials you posted. Thanks for solving multiple things in my code too, and for the quick reply.
- Fri Aug 23, 2019 8:23 pm
- Forum: Support and Development
- Topic: Setting player scale -1 when going left?
- Replies: 5
- Views: 3824
Setting player scale -1 when going left?
Hello, i'm kinda new to the world of programming, and can't seem to get my code work. There's a couple of things i would like to do, first is the scale thing, i could't get it work with an "if love.keyboard.isDown('a') then" statement followed by "player.img = Transform:scale(-1,1)&qu...