A Flash Developer Resource Site

Search:

Type: Posts; User: Zavierr

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,889

    That works thx I also found out using...

    That works thx

    I also found out using "this[selectedUnit].x=200;" works as well
  2. Replies
    2
    Views
    1,889

    Quick Q about strings and objects

    At one point in my code a string variable will contain the name of an object on the screen.


    selectedUnit = (event.target.name);

    String variable will now hold the string "tower01" which is the...
  3. Replies
    3
    Views
    2,529

    Flash5 That helped thanks

    That helped thanks
  4. Replies
    3
    Views
    2,529

    Flash5 Problem with loop and timer CS5.5

    I have a For loop set up but I want a pause every increment, so I set up the below code using a timer and a boolean variable to try and force the parser (if that's the correct word) to run through 50...
  5. Is there a way to do this? (CS5.5 actionscript)

    Check if a specific object of a class with a specific property exists?
  6. Replies
    1
    Views
    2,145

    Problems with Flash CS5.5

    https://www.youtube.com/watch?v=134h3l-s6tk

    The video shows the problem. If my project has an error in the code and I run it, the error message only shows for a fraction of a second (not enough...
  7. I didn't explain it well but I found out the...

    I didn't explain it well but I found out the solution but thanks anyway. I put the following line in the constructor code for the missile class:
  8. I need to know when an instance of a class is clicked

    I know how to do this if the object to be clicked isn't an instance of a class i.e.:



    But what do I do if "missile" is a class object? Using above code I get an error because when the project...
  9. Replies
    0
    Views
    1,067

    Problem getting a movieclip to animate

    I imported an image to the stage.

    Converted it to a symbol (movieclip) and exported it for actionscript (for a class).

    Then I edited it and added frames to its timeline with changes on each...
  10. Replies
    0
    Views
    976

    Flash5 Couple of questons about errors on CS5.5

    About when you make a simple error and test the movie.

    Does it really have to flash and flicker? It's really irritating.

    I noticed if you don't have text boxes then the output window shows you...
  11. Replies
    2
    Views
    1,511

    Flash5 That's what I ended up doing. It works.

    That's what I ended up doing. It works.
  12. Replies
    2
    Views
    1,511

    Flash5 hitTestObject but using co-ordinates?

    (CS5.5 AS3)

    I'm trying my first 2D maze game, and when a key has been pressed the code will look to see what object is next to the player. So I want to do a hittest without actually moving the...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center