Search found 3 matches
- Sun Jul 20, 2014 7:24 am
- Forum: Support and Development
- Topic: Get time duration in key down event
- Replies: 5
- Views: 4380
Get time duration in key down event
Can I get the time of duration for keydown event? I just want to find a way to distinguish between keypressed and keydown event.
- Sun Jul 20, 2014 4:50 am
- Forum: Support and Development
- Topic: Set the position of tilemap in ATL?
- Replies: 1
- Views: 1179
Set the position of tilemap in ATL?
How do I set the position of a tile map in ATL, such as moving it to the center of the screen. Or is there a way doing this using
Code: Select all
love.graphics.translate
- Sat Jul 19, 2014 2:47 pm
- Forum: Support and Development
- Topic: Make layer invisible in ATL? [SOLVED]
- Replies: 2
- Views: 1957
Make layer invisible in ATL? [SOLVED]
Let's say I have two layer, which named "background" and "foreground" respectively. Is it possible to make the foreground layer "invisible" in runtime?