You are not logged in.

1

Thursday, November 17th 2011, 5:19pm

Using flyout example file how to switch the "out" image

New and need help.

I'm using the flyout-more-hotspots example and would like to switch the image when it has flown out.

So for example hotspot name="image1" has url="images/image1.jpg" in its normal (fly state 0), but when in out state (fly state 2) it should use a different image url i.e. url="images/image1_out.jpg".

Many thanks

2

Friday, November 18th 2011, 12:54pm

OK, found out how to do this using:

Source code

1
set(hotspot[%1].url,'images/image1_out.jpg');

3

Thursday, June 27th 2013, 11:03pm

OK, found out how to do this using:

Source code

1
set(hotspot[%1].url,'images/image1_out.jpg');
where exactly does this code go to get a different flyout image?


Edit:
nm I have found another way to get the same result

This post has been edited 2 times, last edit by "jeffd" (Jun 28th 2013, 7:29am)