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 strongm 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: abbott567
  • Content: Threads
  • Order by date
  1. abbott567

    swapdepths problem

    Hey... i am using the swap depths function within a movieclip. the only problem is once i have swapped the depths from the main timeline, and i then activate another movieclip also from the main timeline, the movieclip (within the movieclip) whos depth was last changed remains over the top of...
  2. abbott567

    Rotation Limiter?

    hey- i am using the code a1 = eye._y-_ymouse; b1 = eye._x-_xmouse; angleA1 = Math.atan2(a1, b1); degrees1 = angleA1/(Math.PI/180); setProperty ("eye", _rotation, degrees1); and this makes my eye follow the mouse through 360 degrees and works fine. however - on a different page unrelated to...
  3. abbott567

    Change Depths - Bring to Front?

    hey - i am using some script to determine which movieclip loads as to which button is pressed - like a nav bar and each movie clip is a page but i want to make whichever it pressed come to the front of the layers my code is this... bt1.onRelease = function() { if(currMovie == "mc1"){...
  4. abbott567

    Preloader stops working on loadMovie function

    my problem is simple... my preloader works when previewed or viewed in a web browser... however - once the loadMovie function is used on this file the preloader simply does not animate but is in a 100% state for the duration of the loading process. this is the main movie - and when you click...
  5. abbott567

    problems linking to buttons

    on a previous website i made i had this cool way of having the selected page animate on it being loaded up... however on a new design i cant get it to work saying as instead of using a button as such i am using a movieclip to animate the button and the hit section of the button is actually...
  6. abbott567

    button scroll over - IF and ELSE

    hey i am making a movie clip that will be a button when the mouse rolls over it plays and fades in it then hits a stop(); command then when the mouse rolls out it plays a later set of frames where it fades out this is all good and well except if your quickly swiped the mouse over the button -...
  7. abbott567

    simple text effect

    i was just wondering if there is a quick and simple way to make text fade in and scroll easily like at the top of this page http://www.moybuild.co.uk/index.php or do i have to tween it all seporate using alpha channels
  8. abbott567

    can i define different styles for different browsers?

    hello im currently making a a website... and although ive just started ive already noticed a big snag... is it possible to have two settings in your code and have it distinguish which browser you are using and therefore which styles to apply? see... i have a background image which is dark grey...
  9. abbott567

    panning help

    hey i am trying to pan an image in four directions but i can only get it to move left and right OR up and down... not both =( my code for left and right panning is this.onMouseMove = function() { constrainedMove(bg_mc, 4, 1); }; function constrainedMove(target:MovieClip, speed:Number...
  10. abbott567

    mouse following pointer

    hello - i am wondering if anybody could help me i want my flash movie to be a picture and wen u scroll the mose around the screen i want the picture to move in the opposite direction if possible... so if i move my mouse left the picture moves right proportionally can anybody help?

Part and Inventory Search

Back
Top