Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5953025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:45:58+00:00 2026-05-22T17:45:58+00:00

I’m trying to create something with a flip effect tutorial from tutplus – http://active.tutsplus.com/tutorials/effects/iphone-page-transition-flash/

  • 0

I’m trying to create something with a flip effect tutorial from tutplus – http://active.tutsplus.com/tutorials/effects/iphone-page-transition-flash/

However my flip area is much bigger than the tutorial, it’s 900px wide. Everything works fine except that it leaves a trail when the width is that big. You’ll see it when you flip it a few times.

Someone else posted the same problem in the comments from last year, but no one replied.

Does anyone know a solution to this?

Edit:

Here is a screen shot: http://imageshack.us/f/823/unled2lo.jpg/ (click to enlarge)

The front is purple and the back is white.

As you can see it left a bit of the purple as the page flipped to white.

I couldn’t get a screen shot of it turning, but it’s even more obvious as the page is actually flipping because the width become narrow which reveals a whole lot more that’s left behind on the page.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:45:58+00:00Added an answer on May 22, 2026 at 5:45 pm

    The tutorial you are using create the flip effect using the build in flash tween classes, they are absolute rubbish, and very slow if you compare to other third part tween classes. That may be causing the trail! Lee Brimelow has a great video tutorial about how to do exact what you need: http://gotoandlearn.com/play.php?id=91 he is using caurina, but I highly recommend you to replace it with tweenLight so far the best tween I ever used.

    Ok, thats the walkthrough:

    1- Download the files from Lee Brimelow tutorial here http://gotoandlearn.com/files/3dflip.zip

    2- Download tweenLight AS3 classes here: http://www.greensock.com/tweenlite/

    3- copy the com folder inside greensock-as3 and past it inside 3dflip folder. Now you have all the tween classes you need for your flip!

    4- open the flash file 3dflip.fla and replace the original code (located in the first frame) with this:

    import com.greensock.TweenLite;
    import fl.video.*;
    
    con.visible = false;
    
    var flv:FLVPlayback = con.vid.flvp;
    flv.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, onStart);
    
    function onStart(e:Event):void
    {
        con.visible = true;
        loading.visible = false;
    }
    
    con.vid.spin.addEventListener(MouseEvent.CLICK, cl);
    con.tclip.spin.addEventListener(MouseEvent.CLICK, cl);
    
    var isTurning:Boolean = false;
    
    function cl(e:Event):void
    {
        if(!isTurning)
        {
            TweenLite.to(con, 1, {rotationY:con.rotationY+180, onComplete:function(){isTurning=false;}});
            isTurning = true;
        }
    }
    
    addEventListener(Event.ENTER_FRAME, loop);
    
    function loop(e:Event):void
    {
        if(con.rotationY > 90 && con.rotationY < 270)
            con.addChild(con.tclip);
        else
            con.addChild(con.vid);
        if(con.rotationY >= 360) con.rotationY = 0;
    } 
    

    Thats it. Now publish and see the result. Now all you have to do is replace the video player with the content that you want!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
Basically, what I'm trying to create is a page of div tags, each has
I'm trying to create an if statement in PHP that prevents a single post
I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am currently running into a problem where an element is coming back from
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
Does anyone know how can I replace this 2 symbol below from the string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.