A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Scoller Doesn't Work!

  1. #1
    Junior Member
    Join Date
    Apr 2000
    Posts
    7
    I'm in real need of your help. I have been trying to get a movie to play backward in one of my sites and cannot seem to do it. I am trying to do this with text scroller. All I want it to do is scroll down on the downward button press and upwards (backwards) on the upward button press. I just can't do it for some reason. I have been racking my brain for the last couple of days and have got nowhere. Please help,

    Here is the URL of the scroller that I have been trying to get to work.

    http://www.flashkit.com/movies/Inter...06/index.shtml

    When I drag the scroller onto my stage off its library, it does everything its supposed to do except scroll upwards.


  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    224
    Try this:


    Code:
    make a new mc name it reverse: 
    
    frame 1: 
    stop 
    
    frame 2: with a frame label "start" 
    If (((../:_currentframe ) - 1) = 1) 
    Begin Tell Target ("../") 
    Go to and Stop (1) 
    End Tell Target 
    Go to and Stop (1) 
    Else 
    Begin Tell Target ("../") 
    Go to Previous Frame 
    End Tell Target 
    End If 
    
    frame 3: 
    Go to and Play (_currentframe - 1) 
    
    
    when ever you need to play the mc in revers just use this action 
    
    Go to and play ("reverse:start") 
    
    
    note: that reverse mc reverses the time line one level up. and make sure you target the reverse mc correctly.

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