A Flash Developer Resource Site

Search:

Type: Posts; User: insc

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,405

    Random Movement w/ Collision

    Hi everyone,

    A while ago I created this animation in Flash:

    http://dl.dropbox.com/u/19109081/timeline_animation.mov

    Thing is it's a timeline animation and my boss now wants it scripted, so...
  2. Replies
    1
    Views
    672

    Reorder/Sort effect in AS3?

    Hi there,

    Simple question, how would I go about doing something like this in Flash/AS3? Basically Reordering / Resorting a list of items and moving them around.

    http://razorjack.net/quicksand/...
  3. Slice/Break Circle into pieces in Actionscript?

    Hi
    I'm looking into building a navigation system that revolves around the shape of a circle and each link is a slice of that circle. I could build it graphically and/or in the timeline, but the...
  4. Special Re-Arrangement On/After Browser Resize

    Hi all,

    Please follow this link for reference: http://www.tiagocabaco.com/other/im2_type_wip/

    As you can see I have all those circles scattered around the stage. What I'm looking to achieve now...
  5. Making movieclip randomly move around a constrained area

    Hi everyone,

    I have an array of display objects that are simple scattered circles on the stage. My goal is to have them move around randomly within, say, a 5/10 pixel radius/range from their...
  6. Replies
    0
    Views
    1,112

    Flickr/Google/Bing Image Search API

    Hi everyone,

    I'm currently using the Flickr Image Search API to load the first result of a string query as a background image for my site.
    Here's how it's looking so far:...
  7. Replies
    14
    Views
    942

    Thanks! When I start incorporating the design...

    Thanks!
    When I start incorporating the design elements I'm sure I'll run into other issues, and I'll be sure to post them here as well as the finished project, most definitely.

    Actually, come to...
  8. Replies
    14
    Views
    942

    I got it to work!...

    I got it to work!
    www.tiagocabaco.com/other/type_test/
    Pink circles represent new instances of duplicated characters.
    All I need to do now is add the mouse over effects that will show the...
  9. Replies
    14
    Views
    942

    I do believe I get your point and thanks for the...

    I do believe I get your point and thanks for the thorough explanation. The thought of creating more originals out of the code class that extends the tiny circles' movieclip had come to mind but I...
  10. Replies
    14
    Views
    942

    Thanks joshstrike Here's the code I have to...

    Thanks joshstrike

    Here's the code I have to make them move to center: ( _input:Array is the Array that contains all the used/input characters )



    private function animateSelected(...
  11. Replies
    14
    Views
    942

    Very nice! I actually got mine to work when I...

    Very nice! I actually got mine to work when I cleaned and actually tested out my code, but yours is tremendously cleaner and way more simple.

    For the sake of saving us time I would invite you to...
  12. Replies
    14
    Views
    942

    Thanks! Your code got me thinking. What do you...

    Thanks! Your code got me thinking.
    What do you think of this:


    var total_glyphs:String = new String("ABCDEFGHIJKLMNOPQRSTUVXWZabcdefghijklmnopqrstuvxwz");
    var array_glyphs:Array = new Array();...
  13. Replies
    14
    Views
    942

    How would I go about making this work?

    Hi

    I'm in the stages of brainstorming ideas for a web site for a new font that is coming out. For one of the ideas I wanted to make something interactive and sort of experimental. Basically I want...
  14. I've attached a compiled example I just did. This...

    I've attached a compiled example I just did. This will help understand my question.

    Please help! :)

    Thanks!
  15. Object doesn't drag if Container MovieClip is rotated to a 3D Environment

    Hey

    I have this enter_frame listener to make my Container MovieClip rotate on a 3D environment in relation to the position of the mouse.


    addEventListener( Event.ENTER_FRAME, loop );
    ...
  16. Papervision3D: Camera and Interactivity Questions

    Hey everyone, I'm developing this company's web-site and I got pretty ambitious as to how the main nav will look like. I have some really basic knowledge of papervision3d and I hope someone can help...
  17. Replies
    3
    Views
    501

    It doesn't seem to work. Here's what I've got...

    It doesn't seem to work.
    Here's what I've got within the function that adds/loads the actual content/swf.
    Do you see anything wrong or any alternatives.

    Note that I added the if(loader) because...
  18. Replies
    3
    Views
    501

    will try! thanks!

    will try!
    thanks!
  19. Replies
    3
    Views
    501

    loader progress question

    Hi

    I have a class that pretty much loads content (swfs) out of a given array. On button click it preloads the content and then adds it to stage. Pretty standard loader thing there.

    My problem...
  20. Thread: loaded swf issue

    by insc
    Replies
    1
    Views
    337

    loaded swf issue

    Hi
    I have a loaded SWF into a simple "holder" empty movieclip I have on the root stage. Inside that SWF I have two variables that have "stage.stageHeight" and "stage.stageWidth" in them. If I leave...
  21. well I can't set either the mouseEnabled or its...

    well I can't set either the mouseEnabled or its children to false, otherwise I won't have action on that invisible movieclip, which I need to have. But at the same time I wanted to have the buttons...
  22. force mouse activity of button under a movie clip

    hi, I have an invisible movieclip over some buttons/images. I have it so that on mouse over that invisible button the images start panning from one to the next. The thing is that these images/buttons...
  23. How to remove the previous picture from the slideshow?

    Hey everyone,

    I'm developing this fullscreen slideshow with random pictures which will be the background of a client's web-site. I have everything working, the preloader, the imaging loading and...
  24. Replies
    2
    Views
    614

    Thanks for the reply. I thought about casting...

    Thanks for the reply. I thought about casting those as MovieClips, should have done that.

    Anyway, have you tested it? Why is it growing infinitely? - and that causes it to output errors! Another...
  25. Replies
    2
    Views
    614

    Basic Accordion Menu Code Help

    Hi, I must say I'm pretty new to AS3.0 and last night I tried to develop this accordion menu. It's not XML driven nor does it use AS3.0 to create each "button". What I did was create individual...
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center