A Flash Developer Resource Site

Search:

Type: Posts; User: 007blade

Search: Search took 0.02 seconds.

  1. Thanks for your help. After having a greater look...

    Thanks for your help. After having a greater look I have found the the gools stop moving without any click at all. Can someone help me out here. I really dont know why the gools just stop. Thanks
  2. I have given the zip file. Inside the zip file is...

    I have given the zip file. Inside the zip file is the .fla and .as file. Hopefully someone can help me out. Thanks
  3. Handling double clicks and mis-clicks in AS3

    Hi

    I am making point n clicked based game. From time to time my moving objects stop and I assume this is happening due to me not handling double mouse clicks and mouse mis clicks. I would like to...
  4. When I used 'evt.target' as opposed to...

    When I used 'evt.target' as opposed to 'evt.currentTarget' when attempting to access the index property in the custom class, I was given 'undefined' even though the object had been added to the stage...
  5. Hi Thanks for your reply. I looked into...

    Hi

    Thanks for your reply. I looked into 'Bubbling' but this was not the case as I tried by directly adding to stage via 'addChild(newCard)'.

    However, upon using 'evt.currentTarget.index' as...
  6. Thanks for your reply. Based on the code given I...

    Thanks for your reply. Based on the code given I cant see how I may be referring to another object, also what does the term bubbling mean.
  7. Accessing variable in custom class gives 'Undefined'

    Hi

    I am trying to access a variable inside my custom class through a mouse event in my main .fla file but I keep getting undefined.

    Card.as Custom Class

    package {

    // Import all required...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center