A Flash Developer Resource Site

Search:

Type: Posts; User: LitterBug

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. how are you duplicating the movie clips post some...

    how are you duplicating the movie clips post some codes
  2. Thx for the help i have figure it out

    Thx for the help i have figure it out
  3. Replies
    3
    Views
    528

    try using a counter that goes up when the button...

    try using a counter that goes up when the button is push, assing that counter to the depth of the movie, for example.

    myButton.onRelease = function () {
    _root.myDepth++;

    }

    this should give...
  4. Replies
    1
    Views
    428

    embedding Question

    I imported a movie from windows movie maker, when i imported it to flash it has a label on the imported movie the label is Embed, what does this label means: for example i imported a movie named...
  5. Replies
    4
    Views
    869

    try this: on(rollOver){ gotoAndPlay("frameName...

    try this:
    on(rollOver){
    gotoAndPlay("frameName or number");
    }
    on(rollOut){
    gotoAndPlay("frameName or number");
    }
    frameName used it if you named your frames
    number used it if you like to go...
  6. try making a line history graph, when a user...

    try making a line history graph, when a user click on the line or point of history they are taken to that page you have set up. so it may look like this. this is just to show one way of doing it, you...
  7. Thread: agggh! help!

    by LitterBug
    Replies
    3
    Views
    692

    looks into begginners tutorials they should help...

    looks into begginners tutorials they should help you get started and used the documentations and tutorials that came with your flash version they help a great deal.
  8. Replies
    12
    Views
    546

    some changes

    I removed the shape so that it wont show, so now the movie clip is empty looks better that way thank again oldnewbie
  9. Replies
    12
    Views
    546

    thank you man

    Am doing this for a friend that is also learning how to script, when am done its going to be like his own tutorials for him to check not only the codes but what it does, as you can see am also...
  10. Replies
    12
    Views
    546

    hey thx

    I moved the test1 movie clip x and y to 0.0 and it work but the shapes are of the stage. weird way of doin things. but i can live with that as long as it works. thx for your help.
  11. Replies
    12
    Views
    546

    here is the test clip am using to load to the clip

    this is smaller than the clip itself is on the left top corner, it should load right ontop hopefully thx. you can used the keyboard to move the square shape right,left,down,and up
  12. Replies
    12
    Views
    546

    still nothing

    the movie moves about 30 pixel down and to the left why is that. does the _x start on the right or the left? is there any way i can set the _x and _y pos using scripts so that i can place the movie...
  13. Replies
    12
    Views
    546

    here is the attach fla

    here is the attach fla
  14. Replies
    12
    Views
    546

    so you mean the two movies should be the same...

    so you mean the two movies should be the same size and width
  15. Replies
    12
    Views
    546

    Movie Clip _X not right

    am trying to load a movie Clip that i made into another movie clip. the problem is that when it loads up the _x and _y are not the same as the movie clip i load them into. pls tell me what is wrong...
  16. Replies
    3
    Views
    551

    you can used codes to make your movie play at a...

    you can used codes to make your movie play at a certain frame speed search for controlling movie see what you can find.
  17. Replies
    0
    Views
    329

    help on dynamic text fields

    am trying to load two variables with one LoadVariables command does anybody know how to do this.

    i have two text files named "codes.text" and "explanation.text"

    am using the LoadVariables()...
  18. Replies
    33
    Views
    2,621

    FF is the way

    FF is the best browser i have ever used, you should give it a try
  19. Replies
    0
    Views
    424

    i need help returning to my motherships

    am trying to replicated a harvester going to a gold field and coming back to the mothership, giving up the harvest, i have my clip ready and its goin to the gold mineds, but on return my harversters...
  20. Replies
    2
    Views
    517

    HI

    sorry can you esplaind it better i dont seem to followed your advice. maybe with some codes you mind find it easier to see what am doing.

    This is the code for duplicating the bullets, is on a...
  21. Replies
    2
    Views
    517

    Help!!! Duplicating movie clip.

    I need help with a shooting game am trying to create. The problem is that i made the bullets that shoots from a tank, this bullet I duplicated giving each instance a different name. I have another...
  22. no, not the frame

    Each movie that plays on the the main time line is given a number, the first movie playing is usually on level 0, the other can have any number from 1 to what ever as long as they are no the same...
  23. Replies
    4
    Views
    636

    thanks

    I dint know that am using mozilla firefox does this browser works as you said it does then i look into that folder thanks.
  24. Replies
    3
    Views
    961

    dont use a line tool

    draw a box without the lines make it as thin as you like, then motionTween this line box so that it covers the range you want to do. if you like to only show the line to one side try using a mask to...
  25. am a noobie myself so i try to make as simple as possible

    This step is simple i give you the low down on it and you can continue it.

    first select the scenes that you would like to brake up. for exaple if you have chapter 1 from frame 1 to 100 select...
Results 1 to 25 of 32
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center