Do you understand what I mean? Would appreciate it a lot if it was possible to change this.
Hi
I am trying to change the link on the second object in example 3 and just cant get my head around where this is, currently to is set to go to www.flashden.net
I found the code on the first object fine but this is not the one I want to use.
Could you point me in the right direction please as I haven’t got a scooby!
Many thanks
Dell
Hi,
I can’t find how to change the clikreference or the pressevent to launch my own function in flash.
I’ve tried few things but it doesn’t work.
Does someone can help me?
Thanks.
Pixele
Hove not yet rated but will do it now and will definitely get 5 stars from me 
I have set a square of 500 by 500 and also made sure to change the mask objects, but for some reason is producing a flip that is quite off… do you have any ideas on how to fix that?
Have you found the Parameters tab? It is in the Properties panel of the object that you can view if you select the object on the stage. In there you will find a property called “Fixed Background”. Make sure that property is set to false. Let me know if this helps
!
I been trying different settings in the parameters, I have found an option called “Fixed Rotation” but not a “Fix Background” property. I tried setting the Fixed Rotation to false but still does not help. The corners on the box either are cut or completely off. Any other options?
Hi, I like your object, is it possible to use it as slideshow, I mean without user interactivity? of course some (next, prev) navigation would be nice:)
Highly recommend. Excellent documentation. Ideal for round objects. Did not seem to like square image shapes if they need to be flipped over. Otherwise perfect.
Loved it, but is it possible to get AS3 ?
i have not been able to set a link.
using the default file.
I am in flash 8/action script 2
when i click on parameters pane, there is no info.
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 1 and 9 items
- Netherlands
- Referred between 1 and 9 users
Very nice! Like it =)
- Has been a member for 3-4 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 1 and 9 items
- Brazil
Very cool man! Congratulations!
Great file,
im using the example_03 and need to make the red animation smaller as default, but how do i scale the red animation down?
i know that on all other object its just to grab the object and scale it down, but not with the red animation.
That’s because in the third example the demo shows how to control the flip object by using ActionScript. Have a look in the ActionScript of the timeline to see how the object is attached and scaled to the stage. Let me know if you can’t figure it out by e-mail, I’ll see if I can be of any assistance
!
Is it possible to make the animation happen automatically after a certain amount of time, with no user interaction whatsoever?
Thanks in advance
This probably is possible by using an interval. What you need to do is provide the flip object’s instance with an instance name, let’s say ‘flipper’. Then, add this bit of ActionScript to the main timeline:
this.flipInterval=function(){
this.flipper.flipObject();
}
this.mD=setInterval(this,"flipInterval",2000);
In this example, 2000 is the amount of time in milliseconds in between two flips. So, this example intervals every 2 seconds.
If you want to stop the interval, all you’ll have to do is:
clearInterval(this.mD);
Let me know if you get it to work
!
I need to change the width/height to graphic but this is very complex and I could not do.
I referer to example03.fla
you can help me?
Sincerely

!
!
Can you e-mail me with what you mean exactly? I really am not seeing it
...