A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Whispers re: 2nd pair of eyes

  1. #1
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176

    Whispers re: 2nd pair of eyes

    Hi Whispers,

    if you can upload the fla to some webspace, i'll
    take a look-see.
    can't promise any results, but i'll do my best

    ps..PM getting bounced with -

    whispers has exceeded their stored private messages quota
    and can not accept further messages until they clear some space

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    hiya AMD-

    I had cleared it out and gotten back with you already.. was hoping you were still around..

    thanks

  3. #3
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    hi whispers,
    i changed the swapDepths function name to SwapDepths
    to avoid any conflict with Flash reserved name, and created
    3 new Transition managers.

    I then saved to a new file name to purge the file, and tested.

    all seems OK here. is it working as expected now ?
    Last edited by a_modified_dog; 08-17-2007 at 06:32 PM.

  4. #4
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    hiya Dog.. thanks for taking a look..

    was the naming cause a problem? or was that a just in case?

    Can you explain what you did with the transManagers then? I dont have the .fla open (at work, will check in about 1 hour)

  5. #5
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    SwapDepths was a just in case.. I always avoid reserved names.

    the TransManager codes were changed to -

    Code:
     
    function callTrans() {
    var myTransitionManager1:TransitionManager = new TransitionManager(topTarget);
    myTransitionManager1.startTransition({type:Fade, direction:Transition.OUT, duration:1.7, easing:None.easeNone});
    
    var myTransitionManager2:TransitionManager = new TransitionManager(bottomTarget);
    myTransitionManager2.startTransition({type:Fade, direction:Transition.IN, duration:1.7, easing:None.easeNone});
    
    SwapDepths();
    };
    
    function initialTrans() {
    var myTransitionManager3:TransitionManager = new TransitionManager(topTarget);
    myTransitionManager3.startTransition({type:Fade, direction:Transition.IN, duration:1.7, easing:None.easeNone});
    };
    this cross fades each image, hope this is what you wanted

  6. #6

  7. #7
    Flashmatics silentweed's Avatar
    Join Date
    Mar 2005
    Location
    London, UK
    Posts
    4,875
    hi whispers just noticed my inbox was full... looks like u managed to get it sorted then with dogs help?
    Flashmatics | Flashmatics Library (free downloads)
    -----------------------------------------------------
    Latest Projects:
    The Dead Room | Are You Smarter | Prison Break (Frame A Friend) | Beck's Fusions | The 24 Experience

    -----------------------------------------------------
    Flash Certified Developer

  8. #8
    Flashmatics silentweed's Avatar
    Join Date
    Mar 2005
    Location
    London, UK
    Posts
    4,875
    tried messaging you whispers but now YOUR inbox is full lol...
    Flashmatics | Flashmatics Library (free downloads)
    -----------------------------------------------------
    Latest Projects:
    The Dead Room | Are You Smarter | Prison Break (Frame A Friend) | Beck's Fusions | The 24 Experience

    -----------------------------------------------------
    Flash Certified Developer

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