HOME | DD

salvager — Button Tutorial

Published: 2007-09-15 04:17:54 +0000 UTC; Views: 6212; Favourites: 58; Downloads: 182
Redirect to original
Description This is a short tutorial I made in Flash on how to make buttons in Flash. Its short, but it gets the job done well. I hope this helps you guys out.
Related content
Comments: 62

LolatheHedgehog In reply to ??? [2008-01-17 13:18:44 +0000 UTC]

ZOMG I LOVE YOU SO MUCH!!!!!!! THANKS A BUNCH!!!

👍: 0 ⏩: 0

khoBox [2008-01-03 20:50:14 +0000 UTC]

how do you make the "next" buttons?
on(release){
gotoAndStop(-what do you pun in here-)
}

👍: 0 ⏩: 1

salvager In reply to khoBox [2008-01-04 00:46:44 +0000 UTC]

i found an easier way to do that.

i put a stop(); command on every frame, and then i put this on of the Next button.

on (release) {
nextFrame();
}

to make it the previous button, just replace the next in nextFrame(); to prev, like prevFrame();

👍: 0 ⏩: 0

Culu-Bluebeaver In reply to ??? [2007-12-10 08:44:27 +0000 UTC]

Hey thank you very much that you share your knowlege about this flash-details with us users here That is very friendly of you and I gonna fave this I'm right now on learning flash.

👍: 0 ⏩: 0

salvager In reply to ??? [2007-11-25 03:49:03 +0000 UTC]

on (release) {
getURL("URL HERE", "TARGET HERE");
}

if you want it to appear in the same window, put in '_self' for the target. if you want it to appear in a different window, put in '_blank' for the target.

👍: 0 ⏩: 1

StrangestOne In reply to salvager [2009-06-13 21:23:05 +0000 UTC]

I put that in,
But for some reason,
It's putting coming up in the URL box as,
[link]
Any reason why that's happening?

👍: 0 ⏩: 0

Tomochiro In reply to ??? [2007-11-24 19:27:42 +0000 UTC]

Yes

👍: 0 ⏩: 0

Tomochiro In reply to ??? [2007-11-23 17:21:58 +0000 UTC]

But what about the action script?

👍: 0 ⏩: 1

salvager In reply to Tomochiro [2007-11-24 00:47:39 +0000 UTC]

what actionscript? for making links to something?

👍: 0 ⏩: 0

Tomochiro In reply to ??? [2007-11-09 11:05:43 +0000 UTC]

Thanks
Now I understand...

👍: 0 ⏩: 0

dmkamikazee In reply to ??? [2007-09-15 12:12:21 +0000 UTC]

Nice tut.

👍: 0 ⏩: 0


<= Prev |