You are not logged in.

Arnaldo

Beginner

  • "Arnaldo" started this thread

Posts: 10

Location: Brazil

  • Send private message

1

Thursday, December 30th 2010, 10:04pm

Fire Works

*sad* Please Can you help me.
I made a pano with fireworks plugin, and I Would like to know, What I have to do to take the text and the wait time out.
I want take out the message or put the message in portuguese.
Can someboby help me pleeeeeaaase!!!!

2

Thursday, December 30th 2010, 10:11pm

gonna need to see your xml.

Arnaldo

Beginner

  • "Arnaldo" started this thread

Posts: 10

Location: Brazil

  • Send private message

3

Thursday, December 30th 2010, 10:16pm

I took it from example.
Can you help me?
Arnaldo has attached the following file:
  • pano.xml (3.59 kB - 81 times downloaded - latest: Today, 6:19am)

4

Thursday, December 30th 2010, 10:17pm

If you are using the example from the download page exactly, remove this from the events

onloadcomplete="intro();"

In other words, go from this

<events onloadcomplete="intro();"
onmousedown="set(autorotate.enabled,false);"
/>

to this

<events onmousedown="set(autorotate.enabled,false);"
/>

or

<events onloadcomplete=""
onmousedown="set(autorotate.enabled,false);"
/>


On another note,

If you never want to use this action again like putting in your own text, also remove this code from the fireworks.xml Edit: remove from pano.xml *g*
<action name="intro">
set(autorotate.enabled,true);
set(autorotate.waittime,2);
set(autorotate.accel,0.6);
set(autorotate.speed,1.5);
set(autorotate.horizon,-12);
set(autorotate.tofov,90);

delayedcall(1, showtext('krpano'); );
delayedcall(4, showtext('wishes you', SMALL); );
delayedcall(7, showtext('A Merry Christmas'); );
delayedcall(10, showtext('and a', SMALL); );
delayedcall(13, set(textstyle[DEFAULT].fadeintime,2);
set(textstyle[DEFAULT].showtime,10);
set(textstyle[DEFAULT].fadetime,3);
set(textstyle[DEFAULT].fontsize,50);
showtext('Happy New Year');
);
</action>

Arnaldo

Beginner

  • "Arnaldo" started this thread

Posts: 10

Location: Brazil

  • Send private message

5

Thursday, December 30th 2010, 10:23pm

*thumbsup* Thank you my friend happy new year to you and your family!!

6

Thursday, December 30th 2010, 10:25pm

Glad to help when I can. Happy New Year to you and yours too.

Similar threads