Search found 2 matches
- Sun Dec 21, 2014 8:47 pm
- Forum: Support and Development
- Topic: How to make an image constantly scroll?
- Replies: 6
- Views: 6805
Re: How to make an image constantly scroll?
Well, I'm not really sure what might be going wrong honestly. However, I took a look at the code you posted in your opening post and have a comment. I noticed that you are using ImageDatas vs Images for the most part and am curious as to why? If I remember right, ImageDatas in Love2d are images on d...
- Sat Dec 20, 2014 5:25 pm
- Forum: Support and Development
- Topic: How to make an image constantly scroll?
- Replies: 6
- Views: 6805
Re: How to make an image constantly scroll?
Well micha is perfectly right, but thought I'd just demonstrate it this as, incidentally, I did this for a little game I put together earlier this year. Here is some example code that will do what you want. Well commented, so you can follow. --initialization code or whatever background_image = --wha...