actionScript?
- Started
- Last post
- 9 Responses
- erokcom
Hello,
I have two buttons (mc's) on the stage.. Doing the typical fade up and fade back. Is there a way to do this, with less code?
///
////////////////////////////////...
//SetUptheFunction
////////////////////////////////...function buttonCall() {
btnTitle = [contact_mc, view_mc];
for (e=0; e
- erokcom0
I mente:
////////////////////////////////...
//SetUptheFunction
////////////////////////////////...function buttonCall() {
btnTitle = [contact_mc, view_mc];
for (e=0; e
- erokcom0
Arg, I can't paste the code!
- erokcom0
function buttonCall() {
btnTitle = [contact_mc, view_mc];
for (e=0; e
- erokcom0
Ok, nevermind... It's screwing up my code here...
Anyone have a good way to do the "perfect fade" with less code?
e
- clam0
just quit already dude
- erokcom0
What's your problem? I was asking a simple question here....
???
- clam0
you're the one who said 'nevermind'
- -sputnik-0
take a screen grab instead of cutting-pasting.
- fmyb0
Enter response:
Enter response:
the perfect fade can be done in one line of code using the MC TWEEN functionality developed by Zeh. All of the documentation can be found at
http://hosted.zeh.com.br/mctween…
i hope this helps