I've been poking around a bit, learned a lot, but could use help getting pointed in the right direction. I have the following elements which I would like to have appear in the initial startup only of a tour.I don't want any of these elements to appear again afterwards.
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<progress showload="bar(center,250,5,0,10,shaded,0x000000,0x999999,0x666666)"
showwait="none"
showreloads="false"
parent=""
/>
<plugin name="load" url="load.png"
zorder="1"
align="center"
x="0"
y="0"
visible="true"
/>
<events onloadcomplete="set(plugin[load].visible,false);" />
|
So my question is, should I have these elements in the <action name="startup"> events, and suppress them everywhere else, or should I have them included with the first scene, but suppress them at the thumbnail onclicks? I realize that in these other areas, the code needs to be written differently, but I'm not getting it right.
Sorry for this poorly worded question, I obviously know next to nothing about coding.
Thanks,
Martin