A Flash Developer Resource Site

Search:

Type: Posts; User: ArielGenesis

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    17
    Views
    4,057

    wow, the two blob is so smart! Is it harder then...

    wow, the two blob is so smart! Is it harder then to make it rigid?
  2. Replies
    1
    Views
    444

    deleting variables

    can we delete a variable?

    i.e. I have made a global variable that i don't want to use it any more. Is there any way i can delete it?

    i.e.


    //in the class definition
    var _parent:Object={}...
  3. Replies
    1
    Views
    422

    deleting a variable

    can we delete a variable?

    for example I create a global variable for a class

    var _a:Object = null

    can I ever delete or remove _a ?
  4. yup youre rite, its hitTestObject. I also found...

    yup youre rite, its hitTestObject. I also found this problem.
    And

    var obj = evt.target;
    obj.stopDrag();
    in your condition, isnt just simply better for you to do
    key.stopDrag();

    and...
  5. Replies
    1
    Views
    444

    Evet.ADDED

    I feel very strange about how the event added are dispatched. i.e.

    mc.addEventListener(Event.ADDED,onAdded)

    and the function onAdded is run when:

    stage.addChild(mc)

    which is as expected...
  6. Replies
    1
    Views
    1,385

    Pointer in AS3, like in c#

    is there any such thing that could resemble a pointer in c# in AS3? or if there is not, how do you get through it?
  7. Replies
    4
    Views
    2,564

    wow thx //where there are 50 redBalls...

    wow thx



    //where there are 50 redBalls number sequentially
    // for example (redBall1, redBall2, redBall3, etc
    //where there are 50 blueBalls numbered sequentially
    for (var h:Number = 1; h<50;...
  8. Replies
    2
    Views
    530

    oh thank you not really what I want but thx any...

    oh thank you
    not really what I want but thx any way
    I just found out how to do it
    thx.
  9. Replies
    4
    Views
    2,564

    Many objects interaction

    lets say I have hundreds of red balls which are instances of a red ball
    and thousands of blue balls which are instances of a blue ball
    if a red hit a blue, and vice versa, they will swap position
    ...
  10. Replies
    2
    Views
    530

    child parent interaction

    how to make a child recognize its parent

    for example:

    if i have a parent mc
    and I want it to duplicate a child
    so that the new child is on top of the parent

    how can i do this in a way so...
  11. Replies
    3
    Views
    593

    infinite loops

    OMG
    I accidentally made an infinite loops.
    And sadly, flash player did not run into an error like in AS2, but just simply doing it again and again and consume my memory and time and patience. how...
  12. Replies
    10
    Views
    1,009

    it didnt goes really well I put it in a new...

    it didnt goes really well
    I put it in a new thread.
    coz its a little bit different
  13. I think cancerinform is right, that's how you use...

    I think cancerinform is right, that's how you use it.
  14. what is my interface in the first place?

    what is my interface in the first place?
  15. Replies
    6
    Views
    3,066

    ok thank you then.

    ok thank you then.
  16. Replies
    10
    Views
    1,009

    Ok I see then. But if I have a custom display...

    Ok I see then. But if I have a custom display object container, would it act as array? and so I put MovieClip data type as my array? cool!
    I know how to use array, well more or less, but i never...
  17. Replies
    6
    Views
    3,066

    sorry... I did read the documentation, But, just...

    sorry... I did read the documentation, But, just first few sentences and jump into the example, which don't help. now that you tell me I search for the word abstract and found out what you means. So...
  18. Replies
    10
    Views
    1,009

    sorry Kid Charlie, but I just don't get what you...

    sorry Kid Charlie, but I just don't get what you mean...
  19. Replies
    10
    Views
    978

    so AS has lots of changes...

    so AS has lots of changes...
  20. Replies
    14
    Views
    1,244

    sorry, I read it, I just havent open the links >.

    sorry, I read it, I just havent open the links >.<
  21. Replies
    14
    Views
    1,467

    oooohhhh I see now... I feel enlightened! It's...

    oooohhhh I see now...
    I feel enlightened!
    It's do able, its just ridiculous... I see...
  22. Replies
    10
    Views
    978

    sorry about double new, my bad, it is not in my...

    sorry about double new, my bad, it is not in my original code, I must have double type it when I type it here, in the forum i meant. Oooh I see...

    But I had fixed it. I just worked, fine, very2...
  23. Replies
    14
    Views
    1,244

    so you cant have stage until you have been added...

    so you cant have stage until you have been added to it? and if you are naughty and still want to access stage without being added to it, you just cant? or do we have a sneaky way round?
  24. Replies
    6
    Views
    3,066

    DisplayObjectContainer

    what is it?
    I know it is where DisplayObject are contained, like stage. But I know you could create your own. I tried, but failed.

    private static var _conPar:DisplayObjectContainer= new...
  25. Replies
    10
    Views
    978

    okay, good to know that... good programing...

    okay, good to know that...
    good programing practices, that's what I am lacking in!

    and also class name with capital letter in the front and anything else, uncapitalised in the front

    hey!...
Results 1 to 25 of 145
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center