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 Mike Lewis 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: *

  1. abbott567

    swapdepths problem

    sorry... thanks again for your reply... here i have updated the link to cs3 format http://www.craigabbott.co.uk/index.zip
  2. abbott567

    swapdepths problem

    hmm... nobody got any ideas then? sorry to be such a pest lol
  3. abbott567

    swapdepths problem

    they are all just set on the stage its like a mini website each movie clip is a page and when you select a new page the old one plays a sort of 'outro' then the new one loads up fla file is located here if you can make head or tail of it http://www.craigabbott.co.uk/index.zip
  4. abbott567

    swapdepths problem

    I am abandoning the drag function i just want each clip to move to the front on roll over I am using the code onRollOver { this.swapDepths(1); } as I say this works but I am then left with something above all the other layers when I change I know it's because my main timeline operates on...
  5. 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...
  6. abbott567

    Rotation Limiter?

    your a legend mate! thank you so much! i wish i could understand WHY that code works however right now im not that bothered so long as it does haha many many thanks!
  7. abbott567

    Rotation Limiter?

    Still cant get 2 and 4 oclock lol it dont actually understand what is going on - im just punching in numbers and hoping it will work - but to no avail i can get from 12 oclock to 3oclock (which is as close as i can get) using a1 = eye._y-_ymouse; b1 = eye._x-_xmouse; angleA1 = Math.atan2(a1...
  8. abbott567

    Rollover button to be triggered by area smaller than button

    upload your .fla file - its quite hard to figure out exactly what you are trying to achieve
  9. abbott567

    Rotation Limiter?

    im using flash 8 lol im not very fluent in flash coding! that if function works - however as ive never seen it done i am unsure exactly how to set my angles what is the 5/8 and the 7/8 - ive sussed if i play around with these i can change the angle it moves through - however i want it to go...
  10. 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...
  11. 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"){...
  12. abbott567

    Preloader stops working on loadMovie function

    dude your an absolute star! many thanks!
  13. abbott567

    Preloader stops working on loadMovie function

    nobody any ideas then?
  14. abbott567

    Preloader stops working on loadMovie function

    ok the main flash file is called index.fla and the portfolio bit that loads in is called design.fla they are located here http://www.craigabbott.co.uk/index.fla http://www.craigabbott.co.uk/design.fla
  15. abbott567

    Preloader stops working on loadMovie function

    yes its an external .swf and it loads into an empty movie clip called 'dropzone' i dont know how to go about getting it to work its doing my head in lol
  16. 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...
  17. 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...
  18. 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 -...
  19. abbott567

    Need help with pre-loader

    im confused as to what the problem is - when i click the link i get a black page with a rather cool looking preloader - it loads up then the page is shown... isnt that whats ment to happen? what black box do you mean...
  20. abbott567

    simple text effect

    ah i c... thanks

Part and Inventory Search

Back
Top