View Full Version : ||==New AS Special Effect==||
telekinesis
August 12th, 2002, 06:26 PM
Here is a new effect I made based on alex's site:
I am in the middle of the tutorial right now but I will release it tomorrow and wanted some feedback on it! This is completely actionscript, no tweens or anything!
So do you like or no kirupa and team?
lostinbeta
August 12th, 2002, 06:27 PM
THAT IS AWESOME!
I can't wait for the tutorial.
You are one of the best Dan (right up there with Kirupa and Ilyas)!
telekinesis
August 12th, 2002, 06:34 PM
Thanks :)
I set it up so that you can have 5 pictures using the effect on a 400 x 400 stage in this example but in the tutorial I will show you how you can change that!
kirupa
August 12th, 2002, 08:03 PM
Hey Dan,
Absolutely! That is really fantastic. Best of all, it doesn't hog up CPU resources :)
Cheers!
Kirupa :rambo:
lostinbeta
August 12th, 2002, 08:06 PM
How do you think up such genius creations?
liveacoustic
August 12th, 2002, 08:37 PM
Wow. That's really, really cool.
You've officially inspired about a thousand new ideas into my mind.
telekinesis
August 12th, 2002, 11:30 PM
Thank you again for all the responses and I hope you all like the final tutorial! I sit at work messing with random flash projects and this one looked cool to post, I'll look for some of my older work projects to make tutorials of to if anyone is interested?
lostinbeta
August 12th, 2002, 11:33 PM
I am interested Dan. I am always into new things. And learning these cool effects is the (in my opinion) one of the best ways to learn to use AS in creative ways, instead of just simple ways.
pom
August 13th, 2002, 12:57 AM
Very cool, Dan. But without tweens, you said? So how does it work?
pom :asian:
lostinbeta
August 13th, 2002, 12:59 AM
I noticed he has 5 pictures, 1 in each corner and one in the center. I am guessing it is an _alpha change depending on the _xmouse and _ymouse position.
pom
August 13th, 2002, 01:10 AM
Oh yeah, different registration points. Thanks, I'm a bit fuzzy this morning. :)
pom :asian:
upuaut
August 13th, 2002, 01:32 AM
not too difficult either.. I should think. At first, I wasn't all that sure what was going on.. but it definitely has some possibilities.
telekinesis
August 13th, 2002, 01:38 AM
Yes, no tweens...and it was simple like david said! But hey give me some credit for the random creativity :(
lostinbeta
August 13th, 2002, 01:40 AM
Hey, you can have all the credit you want. Simple or not, this is very creative and gives an awesome effect. It gets two thumbs up from lostinbeta :)
upuaut
August 13th, 2002, 02:27 AM
Hey Dan.. you're one of the best coders I know.. I wasn't trying to downplay it. Sorry bout that. :) I do love the effect. Simplicity is just a bonus.
telekinesis
August 13th, 2002, 02:35 AM
I love you too upuaut...can you change your name, I miss the old one!
For all of you that don't understand that, david used to be 'upuaut' in the old forums.
upuaut
August 13th, 2002, 03:20 AM
How about this
(see title)
telekinesis
August 13th, 2002, 03:31 AM
Good Job, ya gotta let em know who the OG'z are from the old forums! :P
mdipi
August 13th, 2002, 01:22 PM
i want that tutorial!!!
mdipi
August 13th, 2002, 01:26 PM
david how did u make 'aka Upnaut' under your pic, i cant find how to do it.
thanks
liveacoustic
August 13th, 2002, 01:49 PM
After you've made enough posts you can edit what it says there in your user options.
I'm pretty sure you have enough posts now, so you should be able to do it...
Click on User CP near the top of the page, then click on "Edit Profile". Down near the bottom should be a "Custom User Text" field where you can change what it says there. Then just click on "Submit Modifications" and you're done.
kirupa
August 13th, 2002, 04:37 PM
Hey mdipi,
There is not limit to the number of posts you need to make to change your title. Just go to your options and change the title :)
Cheers!
Kirupa :ninja:
telekinesis
August 13th, 2002, 05:46 PM
Kirupa,
I am almost done with the tutorial, I have all the .zip, .fla, and .swf files ready and am done with your tutorial template am just adding finishing touches so do you want me to just .zip them all up and put the file on my server or send them to your email?
mdipi
August 13th, 2002, 08:17 PM
kirupa and dan,
thanks for the help. One more thing, kirupa how do you make your stages (like your footer) in those shapes?
lostinbeta
August 13th, 2002, 11:16 PM
Hey mdipi, just use the line tool and the paint bucket, but be creative. An area of lines has to be closed for you to use the paint can, you can't just draw a top line and a bottom line, you need to close it with lines on the side (you can close them off the viewable area if you want the area to reach the end of the screen).
Uthar
August 14th, 2002, 03:18 PM
I just took a look through what you did. It's quite an amazing product for the lines of code that are in it. Very nicely done.
Hopefully we can pester you into doing more tutorials of the same nature.
lata,
Uth:)
pom
August 14th, 2002, 03:27 PM
Just a thought, Dan. When you move your mouse quickly, the transition get's jerky. Why don't you try and make it smoother. It shouldn't be too difficult.
As I said, just an idea.
pom :asian:
Uthar
August 14th, 2002, 03:56 PM
something I forgot to ask in my previous post. I looked through the code again, and you had it as /4 if it was for a 400X400 image. Because this makes it a square, I was wondering what you'd do with your code for a circular transition of the same effect? As in the area where you're recording _x and _y for alpha values is circular.
Maybe that's just a pain in the butt.
If you have any ideas, I'd appreciate it.
Uth
telekinesis
August 14th, 2002, 04:02 PM
Make a mask for the pictures, and make that mask the circle size you want and make an if statement to go with the enterFrame movie clip event that only executes the script if the mask is rolled over by the mouse...sounds simple enough?
telekinesis
August 14th, 2002, 04:03 PM
And pom...do you mean that I should add it so that inertia is associates with the mouse movement?
pom
August 14th, 2002, 04:09 PM
Yep, that's what I meant. Something reeaaalll slow. What do you think?
pom :asian:
telekinesis
August 14th, 2002, 04:17 PM
Sure...I'll add it right now, sorry for not doing it in the first place...I should have thought about that!
Uthar
August 14th, 2002, 05:35 PM
hey there,
Thanks for responding so quickly. That's a good idea, and I'll have to mess around with it and see if it gives some good results like from your file.
have a good one,
Uth
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.