A Flash Developer Resource Site

Search:

Type: Posts; User: nicotr014

Search: Search took 0.04 seconds.

  1. bump :D

    bump :D
  2. bump :D

    bump :D
  3. Thread: move camera

    by nicotr014
    Replies
    2
    Views
    531

    or also better yet, i would say move everything...

    or also better yet, i would say move everything you have on the stage as Children into a movieClip container "Parent" and then move the parent
  4. Thread: move camera

    by nicotr014
    Replies
    2
    Views
    531

    maybe stage.x += 2; ?

    maybe

    stage.x += 2;

    ?
  5. ohhhhhhh awesome. this is what i was looking for:...

    ohhhhhhh awesome. this is what i was looking for:



    if (particleArray.length > numOfParticles)
    {
    removeChild(particleArray.shift());
    }
  6. Replies
    1
    Views
    460

    Noobie: How do I remove children?

    I have a particle system that adds however many instances of a movieclip on the stage determined by whatever number I input into my input_txt field. The default value is 5, but you can change it.
    ...
  7. ok ok, so I figured it out: var...

    ok ok, so I figured it out:



    var numOfParticles = input_txt.text;
    input_txt.text = numOfParticles.toString();

    function changeNumber(event:Event):void
    {
    numOfParticles = input_txt.text;
  8. How can I change a property value defined by input text field?

    For example. I have a particle system with a set number of particles active on the screen at any time "numOfParticles". I am trying to be able to change "numOfParticles" to define itself based on...
  9. bump :D

    bump :D
  10. ba-dum bump!

    ba-dum bump!
  11. Exporting a live action flash stage to vector / illustrator ?

    Any way to be able to export what is currently displayed on the flash swf stage to an vector-usable type file so I can edit in illustrator? I basically have a little actionscript animation that runs,...
  12. Exporting live action flash stage to vector / illustrator ?

    Any way to be able to export what is currently displayed on the flash swf stage to an vector-usable type file so I can edit in illustrator? I basically have a little actionscript animation that runs,...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center