Sie sind nicht angemeldet.

1

Sonntag, 18. März 2012, 18:04

replace text

Good afternoon, I'm trying the changes when the text by a scena, but I get to add and sustitulla not what I want.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<style name="hstext"
  url="plugins/textfield.swf"
  align="center"
  ox="60"
  oy="10"
  font="Arial"
  css="p{color:#000000;font-size:18;text-align:left;}"
  keep="true"
  effect=""
  background="false"
  width="595"
  autosize="center"
  />

<plugin name="textocalles"
style="hstext"
    parent="plugin[calle]"
    html=""
    />



Quellcode

1
<scene name="c2_603" title="1" onstart="txtadd(plugin[textocalles].html,[p][b]Calle Villanueva [/b] [/p]);" >

2

Sonntag, 18. März 2012, 21:07

I think is better with

Quellcode

1
2
<events name="currentpano"
            onnewpano=set(plugin[textocalles].html,[p][b]Calle Villanueva [/b] [/p]);"/>