[Xerte] Loading sequence

Dave Burnett d_b_burnett at hotmail.com
Thu Nov 19 12:19:27 GMT 2009


Give the image icon an ID and a transition property
Below the image add an interaction icon.
Attach an Event type response to that interaction.
The Event response  eventName property value is onMotionFinished.
The Event response  icon property value is the ID of the image icon.
The Event response  exit property value is 1

So this happens:

The image is displayed, and the flow stops at the Event response.
The image transition starts, when it is finished, it broadcasts "I'm icon ID blah and my transition is finished."
The Event response picks that up and identifies it as the response it is waiting for.
It functions and the flow drops through and continues down the flow line to your text icon.



Subject: RE: [Xerte] Loading sequence
Date: Thu, 19 Nov 2009 17:33:37 +0530
From: pavithra at goldenopportunities.biz
To: xerte at lists.nottingham.ac.uk






















Thanks for the sample. 

Kindly refer the attached. With respect to this, I wanted to
have the sequence of the icons as


 The label “Here
     is an image”
 The image transition
 Once the image
     transition is over, the label1 “This is how the mountain looks like”
     should appear


 

Basically, I am trying to have synchronization between the
text, image and the voice over. Request your guidance

 

 









From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On
Behalf Of Julian Tenney

Sent: Thursday, November 19, 2009
2:53 PM

To: Xerte
 discussion list

Subject: RE: [Xerte] Loading
sequence



 

See attached

 





From:
xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On
Behalf Of Pavithra.T - GO

Sent: Thursday, November 19, 2009
4:33 AM

To: Xerte
 discussion list

Subject: RE: [Xerte] Loading
sequence





 

Yes. Julian. This is what I wanted to know.

Thanks for your response

Can you please give a sample illustration
in xerte itself? That will of great help to understand better.

 

Regards

Pavithra 













From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On
Behalf Of Julian Tenney

Sent: Wednesday, November 18, 2009
7:15 PM

To: Xerte
 discussion list

Subject: RE: [Xerte] Loading
sequence



 

The icons added in the order they are in the page icon.

 

If you want to wait until an iamge loads, add the image, below
it add an interaction icon, add an Event response, set the icon to the ID of
your image, event to onLoad, exit to 1; add a script to it
 ‘debug(“image loaded”); place your text icon underneath
the interaction icon.

 

PG

  IMG id=’myImage’

  INT

    EVT icon=’myImage’,
eventName=’onLoad’, exit=’1’ //fires when the iamge
loads

      SCR //the response needs to
contain a child, even if it doesn’t do anything

  TXT //here’s your text

 

Is that what you meant?

 





From:
xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On
Behalf Of Pavithra.T - GO

Sent: Wednesday, November 18, 2009
1:33 PM

To: Xerte
 discussion list

Subject: [Xerte] Loading sequence





 

Hi team,

 

Can we control the order in which the icons are to be
loaded in a particular page?

For instance – an image is to appear and then
its explanation. 

 

Thanks in advance

 

Warm Regards, 

Pavithra T

 		 	   		  
_________________________________________________________________
Windows 7: It works the way you want. Learn more.
http://www.microsoft.com/Windows/windows-7/default.aspx?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009v2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20091119/bec431e4/attachment.html


More information about the Xerte mailing list