FFILES.COM NEWS CONTESTS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help

Day to Night rollover button

Previous overall listing: Vertical yacare XML menu - variation 1 Previous in Buttons: Flip Button Next overall listing: Mouse follow tooltip Next in Buttons: Change depth to object

Another learning thingy is was getting up to...may help you too if you suck like me...If not....At least it's quite pretty.Made with AS2 and flash 8.

More (ratings, comments).
user leefy Author URL no website
Listing URL none
Downloads 798 Views 7600
leefy  

User ratings for Day to Night rollover button.

Donate Add to favorites Subscribe to comments Report listing Download

More listings by leefy

Buttons With Custom Class
Buttons With...
Frame reverse popup
Frame revers...
Bounce menu
Bounce menu
AS3 Mouse over tooltip
AS3 Mouse ov...
Bouncey Windows
Bouncey Wind...
Mouse follow tooltip
Mouse follow...

Comments

You need to LOGIN to post a comment.
user leefy
the listing author leefy: 4 months ago

b1.onPress = Press;

function over() {
this.gotoAndPlay(2);
}


function out() {
this.gotoAndPlay(11);
}

function Press() {
gotoAndPlay(21);
}

user paulodedeus
paulodedeus: 4 months ago

cool

user langaw360
langaw360: 4 months ago

in a flash website...
i need an animated button with rollover and rollout effects, i know how to make buttons and can make it transfer to another scene but i need them to animate on rollover and on rollout.....


//stop();

this.onEnterFrame = function(){

if(rewind == true){

prevFrame();

}

}

this.onRollOver = function(){

rewind = false;
play();

}

this.onRollOut = function(){

rewind = true;

}

this.onRelease = function(){

getURL("http://www.sample","_blank");

}

this is the code that ive been following ...and it can only go to a link not a scene....

user leefy
the listing author leefy: 4 months ago

eeerm.?
on press goto and play a certain frame or scene you mean??..Because if so that's not a problem at all...In fact that's pretty much the basics of flash websites.

on (release) {
gotoAndPlay(10);
}


on any button instance will work fine to send you to frame 10.

But with a movie clip button that code won't work....and i can't be bothered to go into it now until you can perhaps make it a little clearer... :-)

user langaw360
langaw360: 4 months ago

question on buttons....
does anyone knows how to create an animated button(rollover/ rollout)that can go to another scene? all i saw was buttons that can go to a link not a scene inside the same file....ive searched the the web since last week but all i saw was the same....

show all 8 comments