showtext doesn't work online
hi, i use showtext to show the name of corrent scene. it works fine local but online shows nothing. what' wrong
|
Quellcode
|
1
2
|
<action name="update_titles">
showtext(get(scene[get(xml.scene)].title), infostyle); txtadd(layer[skin_title].html, get(title), ' - ', get(scene[get(xml.scene)].title) ); delayedcall(0.1, set(layer[skin_title].visible,true) )</action>
|
and
|
Quellcode
|
1
|
<textstyle name="infostyle" origin="top" edge="top" yoffset="40" textalign="center" background="false" border="false" fontsize="30" textcolor="0xFFFFFF" bold="false" effect="glow(0xFFFFFF,0.7,4,2);glow(0x000000,1,4,2);dropshadow(3,45,0x000000,2,0.6);" showtime="60.0" fadetime="1.0"/>
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »reachyours« (5. April 2016, 11:13)