A Flash Developer Resource Site

Page 3 of 5 FirstFirst 12345 LastLast
Results 41 to 60 of 96

Thread: [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [

  1. #41
    we like here as well, very good use of timeline, never thought to use like that!!! got us thinking here!

  2. #42
    Get Squared Away.
    Join Date
    Feb 2000
    Location
    Allentown, PA
    Posts
    543
    I think it's her song, since that's what she does.

  3. #43
    its a mix of loads of songs

  4. #44
    Member
    Join Date
    May 2000
    Posts
    43
    hi everyone,,,

    pls someone tell me how did they do that type effect.

    http://www.theremediproject.com/proj...zkenature.html

    it's very cool.

    [ö] <<


  5. #45
    Get Squared Away.
    Join Date
    Feb 2000
    Location
    Allentown, PA
    Posts
    543
    So i guess she mixes songs that aren't hers. If you sample only 3 seconds I think it's legal...but who knows.

  6. #46
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917
    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.


  7. #47
    Junior Member
    Join Date
    Apr 2002
    Posts
    22

    resolved wow

    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

  8. #48
    Get Squared Away.
    Join Date
    Feb 2000
    Location
    Allentown, PA
    Posts
    543
    just a note, it's the 2nd from the left, for those that couldn't find it.

  9. #49
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917
    oops, yeah second on the left not right, doh!



  10. #50
    Senior Member
    Join Date
    Dec 2001
    Posts
    113
    Was that one done with video also or was it done with a graphics program?

  11. #51
    Retired Mod aversion's Avatar
    Join Date
    Jun 2000
    Location
    insomnia
    Posts
    7,917
    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.



  12. #52
    Junior Member
    Join Date
    Sep 2000
    Posts
    5

    In my top 5

    This site is...as they say in my neck of the woods....the bollox!!

  13. #53
    Member
    Join Date
    Jun 2002
    Posts
    76
    simple awesome.

  14. #54
    Fan of Doritos alty29's Avatar
    Join Date
    Mar 2002
    Location
    Philly.
    Posts
    2,422
    i liked the dragon

  15. #55
    Junior Member
    Join Date
    Aug 2002
    Posts
    1

    geez mac site!

    cr@zy killr site omg!
    who designd it?
    /applaud
    thanx / chaaa

  16. #56
    Senior Member
    Join Date
    Dec 2001
    Posts
    113
    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?

  17. #57
    Senior Member
    Join Date
    Dec 2001
    Posts
    113
    AI-
    Never mind. I got it to work. This will open up some new creative juices.

  18. #58
    Senior Member Da enforcer's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    238
    [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

  19. #59
    Senior Member
    Join Date
    Jun 2001
    Location
    DC
    Posts
    403
    outside on a single frame

  20. #60
    Senior Member Da enforcer's Avatar
    Join Date
    Aug 2002
    Location
    England
    Posts
    238
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center