Search found 3 matches

by herksaw
Sun Jul 20, 2014 7:24 am
Forum: Support and Development
Topic: Get time duration in key down event
Replies: 5
Views: 4197

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.
by herksaw
Sun Jul 20, 2014 4:50 am
Forum: Support and Development
Topic: Set the position of tilemap in ATL?
Replies: 1
Views: 1136

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
by herksaw
Sat Jul 19, 2014 2:47 pm
Forum: Support and Development
Topic: Make layer invisible in ATL? [SOLVED]
Replies: 2
Views: 1856

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?