| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
TEAM INTERNET
|
Heyo,
In this challenge, try and make something cool that interacts with the mouse, you know, mouse toy ![]() If you have no idea what Im talking about try this example (paste in frame): ActionScript Code:
Enjoi *~HeadshotZ~*
__________________
The author of windows file copy dialogue visits some friends: "I'm just outside of town so I should be there in about 15 minutes" "Actually it's looking more like 6 days" "No, wait, 30 seconds" Last edited by Headshotz; 01-28-2006 at 04:49 AM.. |
|
|
|
|
|
#2 |
|
Dont set yourself on fire
|
it could have lived without the background, but it adds a nice touch
you should have used a loop: Code:
for (i=2;i<=10;i++)
{
this.["tracer_mc"+i]._x += (this.["tracer_mc"+(i-1)]._x-this.["tracer_mc"+i]._x)*nm;
this.["tracer_mc"+i]._y += (this.["tracer_mc"+(i-1)]._y-this.["tracer_mc"+i]._y)*nm;
}
i'll see if i have time to whip up something interesting in the next day or two |
|
|
|
|
|
|
|
|
#3 |
|
Resu Deretsiger
Join Date: Jul 2005
Location: San Francisco
Posts: 2,324
|
Here is my contribution (paste into frame):
ActionScript Code:
You can draw continents as if it was a map . Wait long enough and it will come back to you...Last edited by astgtciv; 01-20-2006 at 03:23 AM.. |
|
|
|
|
|
#4 |
|
Dont set yourself on fire
|
inspired by astgtciv, i thought i would make something that draws similarly, but also shrinks toward the center each frame.. i was impressed that it only took 16 lines:
ActionScript Code:
|
|
|
|
|
|
#5 |
|
Resu Deretsiger
Join Date: Jul 2005
Location: San Francisco
Posts: 2,324
|
Awesome, invader! And another tiny upgrade (are we still in the line limit?):
ActionScript Code:
|
|
|
|
|
|
#6 | |
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
|
Quote:
Nice work so far guys!
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman |
|
|
|
|
|
|
#7 |
|
Resu Deretsiger
Join Date: Jul 2005
Location: San Francisco
Posts: 2,324
|
I was just gonna say something about drugs
this version looks like some kind of an animation technique:ActionScript Code:
|
|
|
|
|
|
#8 |
|
Dont set yourself on fire
|
wow! those are pretty intense
that's one of the cool things about working with trigonometric functions, they can go crazy and sometimes look quite cool! |
|
|
|
|
|
#9 | |
|
TEAM INTERNET
|
Nice work everyone so far, keep them coming.
Quote:
__________________
The author of windows file copy dialogue visits some friends: "I'm just outside of town so I should be there in about 15 minutes" "Actually it's looking more like 6 days" "No, wait, 30 seconds" Last edited by Headshotz; 01-28-2006 at 04:52 AM.. |
|
|
|
|
|
|
#10 | |
|
Dont set yourself on fire
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mouse out of flash detection. | simonboris | ActionScript 2.0 | 12 | 12-06-2007 01:34 PM |
| mouse movement navigation (take 2) | tcniedz | ActionScript 1.0 (and below) | 3 | 03-04-2007 01:33 PM |
| random movieclips avoid the mouse | boomerangdingo | ActionScript 2.0 | 1 | 02-10-2007 05:08 PM |
| Extremely Frustrated with Mouse and Centering - Advise Please | RedWombat | ActionScript 1.0 (and below) | 16 | 09-16-2005 06:18 PM |