Corona - Display Groups
Kamis, 24 Oktober 2013
0
komentar
This creates a new display group by the name of Group1. You can then add display objects to it.You should declare them near the top of your Lua document.You should create display groups in a specific order. The first declared group will actually reside behind the next group in visually layered order.
local Group1 = display.newGroup()
local farBackground = display.newGroup()
local nearBackground = display.newGroup() --this will overlay 'farBackground'
local foreground = display.newGroup() --and this will overlay 'nearBackground'
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: Corona - Display Groups
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidpopuler.blogspot.com/2013/10/corona-display-groups.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar