A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: GUAU!! How did they do that it's great..

  1. #1
    Senior Member
    Join Date
    Oct 2006
    Posts
    193

    GUAU!! How did they do that it's great..

    This is the site of the french trains company...this part is made in flash, have a look:

    http://www.evenement.sncf.com/expoan...dex_flash.html

    wait after the intro, click on "photographie" for exemple and then click on "retour" (back) a very nice menu appear then with a background image that move when the mouse moves and the buttons also moves...any idea of how to accomplish this great effect...

    I see it full screen...is it set to full screen?

  2. #2
    trace("AKA: Biro Barna");
    Join Date
    Oct 2007
    Location
    RO.Timişoara
    Posts
    1,403
    Zooms and Tweens, functions...



    | Windows MSN: birobarna [at] hotmail [dot] com | Skype: barna.biro |
    WebLog: http://blog.wisebisoft.com/ |
    | Software Developer / Flash & Flex Developer | Student ( Computer Science ) | Interested in: Sharing Knowledge |
    |
    Romanian Adobe Flash, Flex, AIR Forum: http://www.flashforum.ro/
    | By perseverance the snail reached the ark. |


  3. #3
    Dignitary rynoe's Avatar
    Join Date
    Jan 2003
    Location
    Earth
    Posts
    760
    It's actually a pretty simple and common effect, looks like this one has about 3 layers. Each layer is an mc, on each mc:

    PHP Code:
    onClipEvent(enterframe){
       
    this._x = *buncha math*/_root.xmouse;

    where *buncha math* would be different for each layer.


    Edit: took another look and noticed the zoom in on the _ymouse movement, which I would assume was a yscale thing
    Last edited by rynoe; 01-03-2008 at 06:15 PM.
    [SIGPIC][/SIGPIC]

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