A Flash Developer Resource Site

Search:

Type: Posts; User: fadingmemories4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    426

    API drawing, can it be animated?

    Can the process of my API drawing be animated?
    What's wrong with the code below?


    _root.createEmptyMovieClip("myLine",1);
    myLine.lineStyle(1,0x000000,100);
    myLine.moveTo(30,100);
    xSpeed = 2;...
  2. difference between var and just making something = to something?

    What is the difference betwee

    var xSpeed=2;

    and

    xSpeed=2;
  3. Replies
    0
    Views
    406

    Methods of transition?

    What technique should I use for transitions? For example, the transition of the stage moving from preloading to the home page of the .swf?

    Should I use tweens or AS? Which would be more efficent...
  4. Replies
    1
    Views
    379

    it's a movie clip. There are 3 things you can...

    it's a movie clip. There are 3 things you can make an instant: movie clip, button, or graphic.

    movie clips can contain animations, buttons help you create a button that has UP, OVER, DOWN, and...
  5. Replies
    2
    Views
    477

    I am not sure what that means.... but I have the...

    I am not sure what that means.... but I have the problem placing the objects in flash alone, then when i hit ctrl+enter I can see it. It also has that same problem when I published it.

    Here's the...
  6. Replies
    2
    Views
    477

    placing and following

    Visualize this with me please.

    I want to have a box move about and turn, with it, I want 2 lines to the sides of it (both stretching slightly over the corners). The lines will move as the box...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center