A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: wish to know how to make something like that

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    3

    wish to know how to make something like that

    http://www.leoburnett.com/

    see the home page and how the logo moves and also look at "Our work page" that is really nice work and i wish to know how to make something like that

  2. #2
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    Take a look at the demos for five3D.
    Please use [php] or [code] tags, and mark your threads resolved 8)

  3. #3
    Registered User
    Join Date
    Sep 2011
    Posts
    3
    nice things but that is not what i need
    ut thanks for reply

  4. #4
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    Using that library gets you about 95% of what I'm seeing on that site - what are you specifically trying to do?
    Please use [php] or [code] tags, and mark your threads resolved 8)

  5. #5
    Registered User
    Join Date
    Sep 2011
    Posts
    3
    the link i sent then go to our work and see how that work

  6. #6
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    Yup - that's pretty easy actually. Using five3D you can make each thumbnail as a Sprite3D with the background and text and a Bitmap3D inside for the picture. Then lay out eight of those thumbnails inside another Sprite3D that you change rotation on - use a mouse listener on the stage for mouseMove and if the mouse is left of center, add rotationY, if right of center, subtract rotationY.

    Take a look at the sample that comes in the library - it should be enough to start playing around with the general concepts.
    Please use [php] or [code] tags, and mark your threads resolved 8)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center