A Flash Developer Resource Site

Search:

Type: Posts; User: morran2

Page 1 of 10 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    1
    Views
    310

    Duplicatemovieclip

    I have this shopping thingy where I attach several MovieClips on stage and then load an image displaying a product in to the MovieClips. Now I want to be able to click and drag to shoppingcart
    by...
  2. Replies
    0
    Views
    320

    Component question!

    I am making a sort of list component and i have a few movieclips that I attach from the library that has a few actions in themself.

    My question is can I use methods(prototypes) that I include in...
  3. Replies
    2
    Views
    395

    loading many images

    I was wondering if there is any problem in loading many images at once.
    Let's say I have a for loop to place out movieclips on the stage and load images in to them. Are the loadMovie commands placed...
  4. Replies
    5
    Views
    469

    But I just want one frame with all my...

    But I just want one frame with all my code.Preloader and all.
  5. Replies
    5
    Views
    469

    That's not the problem, I want to make a...

    That's not the problem, I want to make a preloader for the whole movie without usings scenes. The code is just an example.
  6. Replies
    5
    Views
    469

    Preloader problem

    Ok I have this problem. Something that should be easy seems to be very hard.

    I just want to preload my main movie before positioning everything.
    This is my code in the first frame of the movie.
    ...
  7. Replies
    9
    Views
    858

    http://www.skaggivara.com/fla/bg_scale.zip ...

    http://www.skaggivara.com/fla/bg_scale.zip

    Sorry it took a while, here your go;)
  8. Replies
    2
    Views
    459

    a tip is to check in the fscommand() in the...

    a tip is to check in the fscommand() in the actionscript dictionary
    there you can find the things you need;)
  9. Replies
    20
    Views
    1,487

    Wonderfull Stoc thankyou;)

    Wonderfull Stoc thankyou;)
  10. Replies
    1
    Views
    499

    this is resolved here: ...

    this is resolved here:

    http://www.flashkit.com/board/showthread.php?threadid=515946
  11. Replies
    9
    Views
    858

    Here yao go! ...

    Here yao go!

    http://www.skaggivara.com/fla/bg_scale.rar
  12. Replies
    20
    Views
    1,487

    I know how to make that, I was more thinking of...

    I know how to make that, I was more thinking of the rotation when you drag them
  13. Replies
    20
    Views
    1,487

    Yea flash+math anyone has a hint? I am guessing...

    Yea flash+math anyone has a hint? I am guessing on part is getting the pivot point at the mouse pos by shifting the clip inside the movieclip.
  14. Replies
    20
    Views
    1,487

    How was this done?

    http://www.intentionallies.co.jp/content_normal.html

    How was that rotation on drag achieved?
  15. Replies
    1
    Views
    654

    setmask problem

    I am trying to set a mask dynamicly, which works fine. But when I load an image into the masked clip, it get's unmasked?

    Is there any way to fix this?
  16. Thread: scroll text

    by morran2
    Replies
    1
    Views
    354

    scroll text

    I was wondering if there is a way of determening if a loaded text has to be scrolled or not? I mean if I have a textfield in a fixed size
    I would like to know if the text fits or not, if it doesn't...
  17. Thread: browse button

    by morran2
    Replies
    5
    Views
    594

    I know how to make upload scripts, what I want is...

    I know how to make upload scripts, what I want is the solution for triggering the browse button and send the information into the flash movie.
  18. Thread: browse button

    by morran2
    Replies
    5
    Views
    594

    no the file browse button

    no the file browse button
  19. Thread: browse button

    by morran2
    Replies
    5
    Views
    594

    browse button

    Is there a way to make a browse button in flash?
  20. Replies
    5
    Views
    668

    fixed it:)

    depth=0;
    fadeSpeed=20;
    Xarray=new Array();
    Yarray=new Array();
    maxcount=24;
    MovieClip.prototype.fade = function(){
    this.onEnterFrame=function(){
    this.count++;
    if(this.count>maxcount){...
  21. Replies
    5
    Views
    668

    just one more thing, if I wanted to draw lines...

    just one more thing, if I wanted to draw lines with my mouse how would this be possible? Like if drew a line and the segments start to fade as they grow older?
  22. Replies
    5
    Views
    668

    kickass! thanks a million;)

    kickass! thanks a million;)
  23. Replies
    5
    Views
    668

    fade drawn lines

    I was wondering if there is a way to fade lines that you make with the drawing api. Like if i wanted the line to fade out after a given time of it's creation?
  24. Replies
    1
    Views
    389

    hitTest question

    I want to hitTest a surface with a point

    It works fine with the mouse but If I want a movieclip as the as a point it doesn't work, How can you make this work?
  25. Replies
    0
    Views
    347

    prototype question

    I have this prototype for movement, but I want to delete the onEnterFrame command when movement is done, how can I do this?

    MovieClip.prototype.move = function(x, y) {
    this.onEnterFrame =...
Results 1 to 25 of 239
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center