A Flash Developer Resource Site

Search:

Type: Posts; User: 0vidiu

Page 1 of 11 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    717

    Not the usual TypeError question

    Hi Guys -

    I really need your help on this.

    Question: Is there any way to listen to or catch a TypeError thrown at runtime (asynchronous) wihtout using "try..catch"?
    I know I can use event...
  2. Thread: Santa's Quiz

    by 0vidiu
    Replies
    2
    Views
    799

    Very good. Only one suggestion: try to make it...

    Very good.

    Only one suggestion: try to make it look a litle more random. Like do not preserve the order of your quizz questions. Once begin with the North Pole question, other time swich-it with...
  3. Replies
    6
    Views
    1,282

    At first, I want to have an iPhone version...

    At first, I want to have an iPhone version aswell, that's why the stage is exactly the iphone screen size.

    O.
  4. Replies
    6
    Views
    1,282

    Hello again! Here is a kind of 90% working...

    Hello again!

    Here is a kind of 90% working version of the Santa VS Frost game.
    All you have to do is to carefuly watch the letters aside the items thrown by mr Frost and press them on your...
  5. Replies
    6
    Views
    1,282

    tnx a bunch! encouraging as always Blink ;)

    tnx a bunch! encouraging as always Blink ;)
  6. Santa VS Frost - cover and in-game screenshots

    Hello.

    Here are two screen shots from my latest, called "Santa Vs Frost"
    Is a game where you use your typing skills in order to help Santa take back all the gifts Mr Frost stolen and score some...
  7. Replies
    6
    Views
    1,282

    Santa VS Frost - screenshot only

    Hello.

    Here are two screen shots from my latest, called "Santa Vs Frost"
    It is a game where you should use your typing skills in order to help Santa take back all the gifts Mr Frost has stolen...
  8. Replies
    3
    Views
    494

    I don't get it :) The blue square is...

    I don't get it :)

    The blue square is instantiated from within the document class!
    Again can somebody please answer my 1, 2 questions?... Tnx a lot again!

    Ovidiu
  9. Replies
    3
    Views
    494

    AS3 basic mc addressing problem

    Hello!

    Here is my questions:

    I have this Document Class:


    package
    {
    import flash.display.MovieClip;
  10. Replies
    21
    Views
    9,436

    voted!

    voted!
  11. Replies
    13
    Views
    1,034

    package { import flash.display.MovieClip; ...

    package
    {
    import flash.display.MovieClip;

    /**
    * ...
    * @author
    */
    public class main extends MovieClip
    {
  12. Replies
    13
    Views
    1,034

    ok.. I still got the error: "TypeError: Error...

    ok.. I still got the error:

    "TypeError: Error #1010: A term is undefined and has no properties.
    at main/addMc()
    at main()"



    package
    {
  13. Replies
    13
    Views
    1,034

    ok, got it! tnx a lot, really... :) what about...

    ok, got it! tnx a lot, really... :)

    what about the "names" array? how come at trace(names) I see two members inside the array instead of only one? :)

    tnx a lot!
  14. Replies
    13
    Views
    1,034

    so.. I tried this and i get that the names array...

    so.. I tried this and i get that the names array contains "instance1" and "instance2" movieclips. My intention was to have a main mc called bg_mc and inside bg_mc I want to place the square_mc.

    ...
  15. Replies
    13
    Views
    1,034

    the list of movieclips I want to find out the...

    the list of movieclips I want to find out the names for are also added from my document class with addChild()

    So no movieclips on the flash stage, just a blank keyframe and a document class.
    ...
  16. Replies
    2
    Views
    1,428

    I'm a newbie in AS3 :) So everything inside a...

    I'm a newbie in AS3 :) So everything inside a class should be organized in functions, right?

    Tnx, this version of the code works fine now:



    package
    {
    import flash.display.MovieClip;
  17. Replies
    13
    Views
    1,034

    movieclips on the stage?

    Hey guys,

    I have one question: is it possible with AS3 to see the list of the movieclips that are on stage?

    Thanks a lot!
  18. Replies
    2
    Views
    1,428

    1120: Access of undefined property

    Hello,

    Can you please explain why the trace statement is working only if it is placed inside the constructor, "addBg" or "addSquare" functions?

    The way the code is written now gives the...
  19. Replies
    2
    Views
    472

    thank you! here is a workin' version :) kind...

    thank you! here is a workin' version :)
    kind regards!


    package
    {
    import flash.display.MovieClip;

    /**
    * ...
  20. Replies
    2
    Views
    472

    addChild problem

    Hello!

    Here is mai document class:


    package
    {
    import flash.display.MovieClip;

    /**
  21. try itemTest = new ItemTest(stage);

    try

    itemTest = new ItemTest(stage);
  22. Replies
    3
    Views
    706

    thank you very much guys! it worked like a charm...

    thank you very much guys! it worked like a charm :)

    Kind regards,
    Ovidiu
  23. Replies
    3
    Views
    706

    addEventListener problem

    Hello

    Here is my problem in understanding what am I doing wrong:

    I want to capture key presses from classB and I don't get any of the trace statements issued in my script..! I instantiate...
  24. Replies
    5
    Views
    6,520

    Flash Game Contest

    More details here.

    O.
  25. Replies
    2
    Views
    1,091

    I hope that quote is not true :))

    I hope that quote is not true :))
Results 1 to 25 of 270
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center