A Flash Developer Resource Site

Search:

Type: Posts; User: poligupta

Page 1 of 8 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    885

    Hi Are you looking for something like this ? ...

    Hi

    Are you looking for something like this ?

    on (rollOut) {
    for (i=1; i<=10; i++) {
    eval("m"+i).gotoAndStop(1);
    }
    }
  2. Replies
    5
    Views
    1,058

    Hi I am attaching the fla for u to get a better...

    Hi I am attaching the fla for u to get a better picture of what exactly is happening
  3. Replies
    0
    Views
    378

    Swapdepth problem with attach movie

    Hi

    I am trying to attach a number of movieclips in another movieclip. Say I am trying to attach movieclip istance "m1" and "m2" to movieclip Instance "m3"

    Now movieclip "m1" has a child clip...
  4. Replies
    5
    Views
    1,058

    Hi thanks for the reply My swapDepth code is...

    Hi thanks for the reply
    My swapDepth code is simple
    on (release, releaseOutside) {
    stopDrag();
    this.swapDepths(_root.m1);
    }

    I even tried

    on (release, releaseOutside) {
  5. Replies
    5
    Views
    1,058

    SwapDepth Problem

    Hi

    I am trying to attach a number of movieclips in another movieclip. Say I am trying to attach movieclip istance "m1" and "m2" to movieclip Instance "m3"

    Now movieclip "m1" has a child clip...
  6. Replies
    12
    Views
    821

    Try sending through this forum ..

    Try sending through this forum ..
  7. Replies
    12
    Views
    821

    Could u send me the fla across as well ..

    Could u send me the fla across as well ..
  8. Replies
    12
    Views
    821

    Or may be eval("_parent.pen"+i)._x

    Or may be
    eval("_parent.pen"+i)._x <//or whatever u want //>
  9. Replies
    12
    Views
    821

    Hi Did u try eval("pen"+i)

    Hi
    Did u try
    eval("pen"+i)
  10. Thread: Bad Sight

    by poligupta
    Replies
    8
    Views
    779

    Why change your way for people ?? If they cant...

    Why change your way for people ?? If they cant take it ..their problem LOL :D
  11. Thread: Bad Sight

    by poligupta
    Replies
    8
    Views
    779

    U PEOPLE ??? WHAT ????

    U PEOPLE ??? WHAT ????
  12. Replies
    10
    Views
    638

    Great ..

    Great ..
  13. Thread: Bad Sight

    by poligupta
    Replies
    8
    Views
    779

    LOL Ask the society people to shift if they have...

    LOL Ask the society people to shift if they have problems
  14. Replies
    8
    Views
    6,515

    I have done this ..That is change the position of...

    I have done this ..That is change the position of a movie loaded in a level .
    Try writing this lines of code..
    On the frame write
    count=1;
    myflag=true;
    In a movieclip write

    onClipEvent...
  15. Replies
    6
    Views
    506

    Good Link Thanks!!

    Good Link Thanks!!
  16. Replies
    6
    Views
    1,060

    Okey But u can print the swf or movieclips in the...

    Okey But u can print the swf or movieclips in the .swf using the print function..Works for Mac too
  17. Replies
    6
    Views
    1,060

    Yeah !! But its not possible to get an ASCII for...

    Yeah !! But its not possible to get an ASCII for a button..
    a_spritiual_saga Can u be a bit more clear about what u want to do ..
  18. Replies
    6
    Views
    1,060

    Hi Why arent u using the print function in Flash ?

    Hi Why arent u using the print function in Flash ?
  19. Replies
    8
    Views
    6,515

    Hi If u are loading into level loadMovieNum...

    Hi
    If u are loading into level
    loadMovieNum ("anyting.swf", 2);

    Then

    _level2._x=100;//or whatever position u wanna give
    _level2._y=100;
  20. Replies
    10
    Views
    638

    Hi I think the code by earl223 should be...

    Hi
    I think the code by earl223 should be working .. Can u be a bit more specific about your problem and whats not working ..
  21. Replies
    6
    Views
    506

    Hi Again , Sorry for being vague. I thik...

    Hi Again ,
    Sorry for being vague.
    I thik Flash isnt loading the variables from the txt file when u are performing the other actions on them. Try loading the .txt file in the first frame of your...
  22. Replies
    6
    Views
    506

    Hi Did u try &variablename=value

    Hi
    Did u try
    &variablename=value
  23. Replies
    11
    Views
    856

    U didnt say what are u looking forward to do ?

    U didnt say what are u looking forward to do ?
  24. Replies
    44
    Views
    3,556

    about:blank

    about:blank
  25. Replies
    11
    Views
    856

    Isnt it gonna be tough coordinating with around...

    Isnt it gonna be tough coordinating with around 15 people scattered all over ?? :-)
Results 1 to 25 of 184
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center