A Flash Developer Resource Site

Search:

Type: Posts; User: slack

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    459

    this should solve your problem: declare i=1;...

    this should solve your problem:

    declare i=1; on the first frame of your movie

    then change your code to this

    on (press) {
    i=i+1
    duplicateMovieClip (bullet, "bullet" add i, 2); ...
  2. well brother, you appear to be the man tnx

    well brother,
    you appear to be the man
    tnx
  3. setProperty ("/a" add x, _rotation, 10); any...

    setProperty ("/a" add x, _rotation, 10);

    any idea why this makes my MC disapear?
    whereas this

    setProperty ("/a" add x, _alpha, _root["a"+x]._alpha-10);

    works perfectly
  4. Replies
    1
    Views
    545

    just forgot some syntax ;p myColor = new...

    just forgot some syntax ;p


    myColor = new Color(["mcSquare"+count]); note the brackets
    myColor.setRGB( 0x663366 );
  5. Thread: Value + Value

    by slack
    Replies
    2
    Views
    597

    I think you must be adding a variable to a...

    I think you must be adding a variable to a string.
    post your code in here.

    although doing this would gaurantee it to add
    output=Number(x)+Number(y);
  6. Thread: quick question

    by slack
    Replies
    0
    Views
    494

    setProperty("/a" add x, _rotation...

    setProperty("/a" add x, _rotation ,_root["a"+x]._rotation+5);

    just need to know why this doesnt work and this does

    setProperty ("/a" add x, _yscale, _root["a"+x]._yscale+10);

    Thanks
  7. Replies
    2
    Views
    481

    sure did, and ty sir

    sure did,
    and ty sir
  8. Replies
    2
    Views
    481

    Hi, I wanted to duplicate a movie clip with a...

    Hi,
    I wanted to duplicate a movie clip with a blank text field inside. After duping it i wanted to be able to change the letters in the text field and move it around.

    I need help with changing...
  9. Your going to have to create a 2nd frame and...

    Your going to have to create a 2nd frame and place the gotoAndPlay (1); in it.
  10. Replies
    3
    Views
    522

    just checked out your site... really nice work

    just checked out your site...
    really nice work
  11. Replies
    2
    Views
    484

    xactly what i need thanks alot

    xactly what i need
    thanks alot
  12. Thread: starwars!!!

    by slack
    Replies
    1
    Views
    471

    Hi, i'm trying to create an oldschool starwars...

    Hi, i'm trying to create an oldschool starwars type effect but i havn't been able to figure out how to properly skew an object using actionscript.
    here's what i'm doing ->...
  13. Replies
    3
    Views
    522

    Thanks for the help.... I was actually looking...

    Thanks for the help....

    I was actually looking to be able to calculate the new _x value by doing a calculation with the old one, but inside a for loop i don't know how to get that value
    Here is...
  14. Replies
    2
    Views
    484

    Hi i'm looking for some help with duped MC paths ...

    Hi i'm looking for some help with duped MC paths
    I'm using duplicateMovieClip to create several instances of the same MC, and i'm naming them test1 to test50.
    after all the MC's are created i...
  15. Replies
    3
    Views
    522

    Hi i'm looking for some help with duped MC paths ...

    Hi i'm looking for some help with duped MC paths
    I'm using duplicateMovieClip to create several instances of the same MC, and i'm naming them test1 to test50.
    after all the MC's are created i...
  16. Replies
    2
    Views
    2,152

    Well Flash loads sound clips in the order you...

    Well Flash loads sound clips in the order you have them in your movie...
    So just put your first 100k sound clip in your first scene, leave it empty otherwise... then call it to play and goto your...
  17. Replies
    1
    Views
    447

    nope flash has no functions to actually read...

    nope flash has no functions to actually read whats going on inside of a sound clip...
    if you wanna spend the time it can be done by looking at the wav on a timechart and then setting your fps...
  18. well is it a page with just plane text you want...

    well is it a page with just plane text you want to load into your interface? or do you actually wanna load another website into your flash interface?

    if it is a whole website you want to load into...
  19. Replies
    0
    Views
    364

    Hi i'm looking for some help with duped MC paths...

    Hi i'm looking for some help with duped MC paths
    I'm using duplicateMovieClip to create several instances of the same MC, and i'm naming them test1 to test50.
    after all the MC's are created i want...
  20. Replies
    0
    Views
    385

    Greetz, Here is what i'm trying to do... create...

    Greetz,
    Here is what i'm trying to do...
    create a spotlight affect without using a dark light image to switch between... i was wondering if this is at all possible still using layers masks.....
    ...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center