View Full Version : show your flash experiments
DocBoom 04-28-2003, 12:59 PM I often try out little things in flash, just to figure out how to programm something. End products are most times useless, but sometimes cool looking. So if you´ve got some cool flash-experiments lying around on your hd - show em here! :beer:
and to start, here´s one of mine:
trying to figure out perspective... (http://www.85hertz.de/bilder/flash/balls.swf)
|
|
YankyBJeans
04-28-2003, 04:26 PM
dude that is so cool!! Id be totally interested in how that was done...maybe a tutorial or maybe I could see your .fla file? Either way, Im hanging on an explanation!
Yanky
Nice, it works well ! I think it'd be even better if a bit quicker.
Demeno
04-29-2003, 09:58 PM
Well, mine isn't very much of an experiment, but it's usless enough !:p
So, here's a link:
http://www22.brinkster.com/galgreen/SiteWIP/Flash.asp?Movie=Tag&Width=400&Height=400
Some information about this:
This started out as a "Fan system", which means that alot of circles with "eyes" were chasing the mouse like it was a celebrity or something and then just walking around him randomly.
It developed into the famous "Tag", where alot (How many you choose) of big circles chase a small one... I thought I'd make the small one white (to tell the difference from the chasing guys), but I decided it would look too darn racist...:p
Anyways,
enjoy ! (comments are very welcome...)
technogirl28
05-04-2003, 11:31 PM
That is really cool. I've been trying to accomplish something similar, but just can't get it quite how I want it.
DocBoom
05-05-2003, 01:29 PM
ok here´s the source for the red balls: balls.fla (http://www.85hertz.de/bilder/flash/balls.fla)
But be warned, its a experiment, so not optimized, not cleaned up (might be some redundant stuff in there) and some variables names are in german :rolleyes: so... good luck ... :hmm:
this is only for educational use, so don´t use or distribute it elsewhere (or at least ask me before you do so).
Demeno
05-05-2003, 07:09 PM
Originally posted by technogirl28
That is really cool. I've been trying to accomplish something similar, but just can't get it quite how I want it.
Who were you talking to ? :hmm:
Jody-Mits
05-09-2003, 02:28 AM
woah! that is amazing!! wow.. i didnt know flash could do this Hehe... very well done! :applause:
kappa
05-09-2003, 04:14 AM
I can't get this files and I'm interested... Cmon....!
Ian Jones
05-09-2003, 06:36 AM
^^^^ Check his website, the www.247365.com.au for Flashy goodness. :)
Nice experiments.
KarlJohan
05-09-2003, 08:52 AM
When I'm bored at work I sometimes throw together useless fun in flash.
U may have seen my post here at the forum, or you may not ...
Anyway here's a link (http://dhtmlfactory.com/kalle/)
By the way, nice work on the perspective thingy.
Ian Jones
05-09-2003, 09:19 AM
Wow, there's some nice stuff in here.
panta
05-09-2003, 10:32 AM
hey KarlJohan... your script are awesome!!! really
you did the Yugop's black ribbon with flash! he did it with shockwave3d... easier, and you did it in flash... really awesome!
:thumbsup: :thumbsup: :wavey:
KarlJohan
05-09-2003, 11:14 AM
Thank you!
I'm curently working on a version with two lines that make a more accurate "ribbon", thats really the cool part with the one at yugop.
By the way ... I think Yugop made his before shockwave 3D, I'm not sure but I think I saw it before Director 8.5 came out. In that case it's made in kind of the same way as mine ... I guess
panta
05-09-2003, 01:25 PM
mmm maybe... dunno
however congratz... soon i'll launch my personal website (finally) and i'll post a lot of experiments, hope u'll check them and crit
:wavey:
kappa
05-12-2003, 12:44 AM
Thanks for the promo Ian... ;)
Ian Jones
05-12-2003, 10:25 AM
heh.. np man.. you deserve it.
Hey guys, check out his website above! ^^^^
:beer:
Web Guy
05-12-2003, 10:27 PM
Kappa, can you post the fla file for the elastic please. Any help would be great!!
Thanks,
Jason Webb
kappa
05-12-2003, 10:52 PM
Frame 1
Movieclip.prototype.elasticScale = function(target, accel, convert) {
xScale = xScale * accel + (target - this._xscale) * convert
yScale = yScale * accel + (target - this._yscale) * convert
this._xscale += xScale
this._yscale += yScale
}
Movie Clip
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
elasticScale(200, 0.8, 0.1)
} else {
elasticScale(100, 0.8, 0.1)
}
}
Hope it helps guys... :thumbsup:
Web Guy
05-13-2003, 03:04 PM
Thanks Kappa, I appreciate it.:airguitar
Web Guy
05-13-2003, 08:53 PM
I tried that and I am getting errors. I used the first code in the 1st frame and the made a movie clip with an image in th emove clip and then put the second chunk of code in that movie clip and then placed that movie clip on frame 2. If possible can you tell me where I went wrong. I am getting errors stating that the movie even clip can only be used in a movie clip which it is. Am I not placing the movie clip in the correct frame? Do you have a FLA file for this if possible? I am looking to use this in my company site for a siple but effective effect.
Thanks,
Jason Webb
CGTalk Moderation
01-15-2006, 12:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.