[RC1] Manialink Quad BGTitle3_x Clouds
Posted: 16 Apr 2013, 11:09
Hi,
When trying to use the following code:
It seems i see Storm Clouds or Anything like that? It seems the isnt properly covered.
An example of my code:
It happens with all BGTitle3_x substyles aswell as Bgs1 styles.
with kind regards,
w1lla
When trying to use the following code:
Code: Select all
<quad posn="-164 57 0" sizen="330 15" style="Bgs1" substyle="BgTitle3_2"/>
Code: Select all
background="0"/background="1"
An example of my code:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<manialink version="1" background="1" navigable3d="0">
<timeout>0</timeout>
<quad posn="-164 57 0" sizen="330 15" style="Bgs1" substyle="BgTitle3_2"/>
<script><!--
while(True) {
foreach(Event in PendingEvents) {
if (Event.Type == CGameManialinkScriptEvent::Type::KeyPress) {
if(Event.CharPressed == "2424832") //F1
OpenLink("http://localhost:8080/test1.xml", ::LinkType::Goto); // -> refreshes
}
}
yield;
}
--></script>
</manialink>
with kind regards,
w1lla