ActionScript 2.0 :: Make The Rollover Upscaling Downscaling Or Whatever U Call It Maybe Mask
Jun 13, 2004make the rollover upscaling downscaling or whatever u call it maybe mask...bla bla is so smooth ...how??? AS or tweening? [URL]
View 8 Repliesmake the rollover upscaling downscaling or whatever u call it maybe mask...bla bla is so smooth ...how??? AS or tweening? [URL]
View 8 RepliesI am trying to figure out how to make my SWF stay at the project resolution. When ever I play the swf in Firefox it upscales the swf to fit the screen, but that is not a behavior I want it to have as this is a banner for a top site and it has to stay at 486x60px.
View 2 RepliesI have a flah heading with rollovers and the body of the web page is done in iframes and layers, can I hide and open layers with the rollover in the flash part of my web page
View 2 RepliesSuppose I have three different movie clips. mc_A, mc_B, mc_C I want to have a rollover call a function that changes each movie clip. But I don't want to type it out like this:
Code:
mc_A.onRollOver = function() {
Explode.newExplosion(mc_A);
};
mc_B.onRollOver = function() {
[Code]...
Above you will see that I used this, it made sense to me, but this always refers to the main timeline (root in my case). So how do I pass the name of hte clip I am rolling over to a function?
Can you call a button rollover state from inside a another MC?
View 2 RepliesI am new to actionscripts and I'm having some difficulty. I am creating a website that teaches kids about the about the brain and I am creating a website very familiar to this one, http:[url].......
So far I know how to draw and call a simple movie clip such as what you see below. What I am trying to do is create the features that you see on the above website.I'll try to explain as best as possible what I have done so far:I created one flash file and drew the background for where the text will display. Next I created several movie clips for each of the brain parts and I placed an invisible button over each of these movies.For example I told the button,"cerebellum_button" to play the movie "cerebellum_mc" and told it to go to the"turnon" label."Once it stopped at the label "turnoff" it displayed the text to explain what the cerebellum does.
I feel that my code is redundant because I�m having to create a button for each animated movie clip and in each on of the movie clips I have text that will display. It seems to me that I can somehow create text for all of the movie clips in one centralized location and call each one of those text by using labels. Is there a way that I can centralize all of the text then call it? My aim is to have the user roll over the brain part, have it animate, and have it display the text to explain what that brain part does.I have one invisable
button and one animated movie that includes text.
cerebellum_button.onRollOver = function(){
cerebellum_mc.gotoAndStop("turnon");[cod].....
make a circle object movie clip call ball and make a rectangle object movie clip call mc and paste this coding.
[Code]...
can anyone explain about the movement about D? the D is talk about the distance if i go -X,way my ball go ++ to +x?
how to mask in a circle?To try to clarify: If you had a clock face with the minute hand at 12, as the minute hand sweeps round it reveals a picture.[URL]
View 8 RepliesI made a blind effect but when i play this effect it show the white strip on the clip which look's very bad. Is it possible to make the mask transparent so the background look same only the text is hidden omn which the effect is implemented.All of this thing are done in action script.
View 3 RepliesWhat I want to achieve is this. I want a picture of a car that is dry as the background. On top of that a picture of the same car, but wet. I then want an image of a chamois that the user can click on and use to "remove" the water off the car, by "erasing" the picture off the top layer. Is this something that is achieveable.[code]...
View 2 RepliesHow to make a mask with a drop shadow? Ive seen it on websites so know it is possible can't seem to find anything online .
View 1 RepliesI'm trying to make a preloader with a mask effect.
preloader.zip
I need the animation to follow the path the right way - from point 1 to point 2. Of course this is wrong now because the mask effect isnt well done.
Does anyone know how to mask in a circle? To try to clarify: If you had a clock face with the minute hand at 12, as the minute hand sweeps round it reveals a picture. Here is an example of what I'm looking to do (the orange logo at the top)[URL]
View 8 RepliesI'm trying to make a preloader with a mask effect.
preloader.zip
I need the animation to follow the path the right way - from point 1 to point 2. Of course this is wrong now because the mask effect isnt well done.
You know when you "liquify" something in Photoshop, and then you have all these different options to push parts of the picture around. Is there any way to make a region that will basically "re-liquify" every frame, no matter what is underneath of it?
Do I need to clarify myself?
http:[url].....make a mask scroll (I have a vertincal only one inside)?
View 3 RepliesI know how to mask in Flash and also how to make a video for Blur on AS3. Filter Blur
[Code]...
Is there anyone out there who knows how to make mask transitions and slide pages like those in [url]...? what about XML menu[number 3] there?
View 2 Repliesim going crazy with the simple matherfather task. i want to make a mask and applay it to a picture but i need to do it in actionsript. so what i do is create all necessery objs. at stage, acces them in class. set movie's clip mask and it's working but not the way i want. i want to have empty hole inside of mask which is a movie clip. that is not possible until i make a empty hole connected to the edge of mask with empty space. only then its showin the empty hole (and the connecting empty space aswell and) [URL]
View 3 Repliesis there anyone out there who knows how to make mask transitions and slide pages like those in [URL]? what about XML menu[number 3] there?
View 2 RepliesI want to make a box that changes color when the mouse rolls over it, and changes randomly between 10 different colors.
View 1 RepliesI've tried to make rollover buttons, following a bunch of tutorials. I'm a noob, but I'm sure I've done everything correctly!Basically, the compiler shouts at me, while, another .fla that I downloaded and tried to follow with tutorial works perfectly.
View 2 Repliesi know how to make an animated mask to have an image on top of another to have them transition as the mask passes thru..but this time instead of animating the mask i was wondering how to make the mask be sort of a brush on the tip of the mouse pointer.
View 3 RepliesMaking a Movieclip which is set as mask clickable and respond to MouseEvents
The structure of your layers that I have on stage looks like this[code]...
Here is my code:
[Code]...
I have many layers in the main stage. on frame 20, I have this code drawing a curve between two countries in "Lines" layer . I have another layer right above this layer called "mask" in which in frame 20, I make a rectangle and until frame thirty, I move the rectangle with tween. I right clicked on the mask layer and set mask. Hoping that by masking the layer below it, I can make the curve being draw real time. But it is not working.
[URL]What i want is, when i move my mouse to square 1, it will go to Services, when i move to square 2 it will go to News etc.i had tried
number1.addEventListener(MouseEvent.CLICK, fl_ClickToGoTonews);
function fl_ClickToGoTonews(event:MouseEvent):void{ MovieClip(this.root).gotoAndStop(1, "news");}
number2.addEventListener(MouseEvent.CLICK, fl_ClickToGoTonews);
[code]....
This code was working, but i could only moved forward, not backward, otherwise Duplicate funtions error (something like that) shows up.
number 1 = Square 1 (Button)
number2 = Square 2 (Button)
news and service = the content i would go to when mouse rollover.
I am a Trainee Web Designer. I have done a few major projects for websites and stuff using alot of Adobe Programs but i have this job where i need to make a map of a school with rollover mouse effects. So when the mouse rolls over the Admin Building on the map, a large picture of the Admin Building comes up. Then when the mouse is moved away the images closes. I need to do that with about 8 images. I have one main image which is an arial of the school, then there is different sections that i need to make 'active'
How can i go about doing this? i have looked for tutorials for ages now but they are either outdated or too advanced for me, i just need a tutorial that can show me how to achieve my goal. i cotton onto things very quickly so i dont get lost unless things get too advanced or there is a lack of explanation.
I have the situation where i want the mc rollover and others mc become blur..
View 9 Repliesmake the rollover effect on the buttons located here (under Zones):
[URL]
I did this:
ActionScript Code:
function moveX(mc:MovieClip, newX:Number, easeSpeed:Number) {
//trace("moveX Started");
mc.onRollOver = function(){
[code]....
To make a simple rollover with a click to go to another page, I'm thinking there has to be a easier way sticking to coding still. I don't want to place the code on the button but keep it on the timeline like above.
im having a bit of trouble with something,if you look at the attached file, there are 2 circles(movie clips), they have an AS code on them :
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse,_root._ymouse,true)) {
this._x = int(Math.random()*550);
this._y = int(Math.random()*400);
}
}
Now, i wanted to put a sound on the rollover, so when it ran away, it would make a noise, so i put an invisible button on the top in each movie-clip.and put a sound on the over state, but, this makes the MC's not run away!So i thought that i could add a on (rollOver), but i dont know the code to load a sound from the library.