Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jalbertson
  • Content: Threads
  • Order by date
  1. jalbertson

    Rewinding

    Is there anyway you can rewind a movie clip. Here is a little info for ya. On the first frame I have a graphic, with a stop(); on it. I also have a button on this frame with a on(press) { gotoAndStop(2);}. Then on the next frame I have a movie clip on with a stop(); at the end of the movie...
  2. jalbertson

    Accordion panel

    I am working in MX. I have figured out how to make this all work but one last aspect. I have these four bars that the first can move to the left freely. The second one can only move to the left if the first one goes with it or is already. Then the other two work the same way. The problem is if...
  3. jalbertson

    Click one thing and affect another

    I have two bars that are movies next to each other. they both move to the left 30 frames and stop. I want the one on the left to move if the one on the right has been clicked. Here is a link to the .rar file. It has the flash file and the .swf file in it. Thanks for all your help in advance...
  4. jalbertson

    Movie Controlling

    I have scene with two layers on the bottom layer is a movie that is stopped. On the top layer I have my buttons that I want to control the movie. I want the movie to stay paused until someone rolls over one of the buttons and then it jumps to a different frame in the movie. movie_scene-1 is my...
  5. jalbertson

    File will not autoplay in a browser

    I have a file that will not auto play in Internet Explorer or Mozilla. It will on the other hand auto play when I just preview it in Flash. Does anyone have any ideas why this would happen. Thanks in advance, Justin
  6. jalbertson

    rollover and onclick help

    I am trying to modify someone else's code, and can not seem to find out where to do this at. Their images you click on it and it will get larger, and then you click on it again and it will get smaller. I want to rollover and it get larger, then onclick to go to a website. The file is for a...
  7. jalbertson

    Actionscript Dynamic Text Links

    Ok I have a very basic if/else statement. I am wanting to know how to make a link say one thing, Like Not old enough! or You are Old enough. and depending on what answer you get it takes you to one of two different websites. I am listing my code to see if anyone has any ideas. if (entry < 21)...
  8. jalbertson

    If/Else Statement - Confused

    I am new to this if/else statement thing, and I can not seem to get this part right. Thank you in advance. Here is my code: if (QuizTrack.total_correct<85) { pass_or_fail.text="Sorry, you will have to go back and take the test again."; } else { pass_or_fail.text="Congradulations, you passed...
  9. jalbertson

    Walmart Flash Page

    Alright I am trying to make a flash page like the one that you see on walmarts webpage. I have everything working fine with the hole play and pause and the next pages and everything. The only thing that I can not figure out is if I have the movie paused and I go to a different page it will not...

Part and Inventory Search

Back
Top