Hi,
yes, of course,
the default skin controls are just images and can be replaced or edited anytime,
and you can also use your own images and skins of course,
to include an image as control use in the xml the
<layer> element,
e.g.
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<layer name="leftbutton" keep="true"
url="leftbutton.png"
align="bottom"
x="-50"
y="10"
ondown="set(hlookat_moveforce,-1);"
onup="set(hlookat_moveforce,0);"
/>
<layer name="rightbutton" keep="true"
url="rightbutton.png"
align="bottom"
x="+50"
y="10"
ondown="set(hlookat_moveforce,+1);"
onup="set(hlookat_moveforce,0);"
/>
|
Best regards,
Klaus