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...
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...
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"){...
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...
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...
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 -...
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
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.