we like here as well, very good use of timeline, never thought to use like that!!! got us thinking here!
Printable View
we like here as well, very good use of timeline, never thought to use like that!!! got us thinking here!
I think it's her song, since that's what she does.
its a mix of loads of songs
hi everyone,,,
pls someone tell me how did they do that type effect.
http://www.theremediproject.com/proj...zkenature.html
it's very cool.
[รถ] <<
So i guess she mixes songs that aren't hers. If you sample only 3 seconds I think it's legal...but who knows.
there's another SWF i saw ages ago, last year I think that uses the same technique we've been talking about and to great effect also.
go to http://www.ni9e.com/ and click on the second little square button at the bottom from the right, title browser d. I'm guessing this one was done by mapping a browser sceenshot onto a 3d model as a texture, but I could be wrong, it's a neat trick however it was done.
wow this site's pretty good :) makes techno music not look that bad lol...
I'm a techno freak she's got some pretty good stuff...makes me want to try mixing..lol
just a note, it's the 2nd from the left, for those that couldn't find it.
oops, yeah second on the left not right, doh!
Was that one done with video also or was it done with a graphics program?
I imagine that was done in an app like 3ds max, the shapes created then the browser screenshot mapped onto them, then a camera was animated to provide the movement.
It would have been exported in an animation format flash can read (which could have been a video format) and put on a timeline as a series of keyframes, like the other treatments in this thread.
I think, there could have been another way to do it but I can't think of one.
This site is...as they say in my neck of the woods....the bollox!!
simple awesome.
i liked the dragon
cr@zy killr site omg!
who designd it?
/applaud
thanx / chaaa
Hey AV- Sorry about all of the questions. I seem to be having trouble getting this to work properly. My problem is that when I run my program the video automatically runs and the mouse events never come into play. Could the problem be with my pre loader? Also, should I import the move as one large movie, or should I do it in sections (for example-section one to where my blur effect takes place, section two to where my next blur effect takes place, etc.) or should it just be one large movie that is suppose to stop at frame one until we move the mouse?
AI-
Never mind. I got it to work. This will open up some new creative juices.
[QUOTE]Originally posted by aversion
[B]
Code:// stop clip running
onClipEvent(load){
gotoAndStop(1);
}
// move clip with mouse movement
onClipEvent(enterFrame){
goto = Math.round(_root._xmouse/10);
gotoAndStop(goto);
}
Help! :) Hiya. Is this code for flash 6? Im a newbie and cannot get the code to work. I dont know either where the code needs to be. Does it need to be within the movieclip or outside attached to the clip. Sorry if these are stupid questions but as i said im a newbie and am having alittle trouble with it. Thanks alot
outside on a single frame
how do i get this working with flash 6....something seems to be wrong and with my non knowlegde of actionscript i have no idea