A Flash Developer Resource Site

Search:

Type: Posts; User: dalis

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    6,234

    Really thank you. I had no output in the...

    Really thank you.

    I had no output in the browser (actually I don't know how to do) so I couldn't debug the movie "in action".

    Thank you again.
  2. Replies
    2
    Views
    6,234

    Javascript and ExternalInterface

    Hello guys, I'm going crazy.

    Does anybody know why this is not going to work??

    http://cioccolatonapoleone.com/compra/product.php?id_product=10

    At this link there is a product page.
    You can...
  3. Replies
    0
    Views
    526

    Flex Builder 3 corrupts my project. Bug?

    Sometimes when I'm writing code I run my project to test it (as anyone does, I think). And sometimes I get errors that show directly in the Flash player (runtime errors). When it happens I'm not able...
  4. Collision detection between a circle and a rotating line

    What's the best way to catch a collision between a small circle and a rotating line in AS3?

    These are my attempts:

    1) line.hitTestObject(circle)

    Result: This is really not good. The circle...
  5. Replies
    6
    Views
    721

    I understand what you're telling me. At this...

    I understand what you're telling me.

    At this time, Josh, I could have a question for you:

    I can setup a static structure (an array, for example) in order to improve performance and to keep...
  6. Replies
    6
    Views
    721

    Thanks, 5Tons. In some way you could have...

    Thanks, 5Tons.

    In some way you could have solved my problem, but I have to use the MovieClip casting on root.

    Maybe I'm not able to explain but imagine that I have this:

    The Main class...
  7. Replies
    6
    Views
    721

    OOP trouble and game programming

    I'm making a game where there's the need to catch collisions.

    My problem is OOP-related because:

    I have the main class. This creates instances of other classes (mostly movieclips). Some of them...
  8. Thanks. I'll try.

    Thanks. I'll try.
  9. Replies
    12
    Views
    3,282

    Good job, CJ Cat.

    Good job, CJ Cat.
  10. Weird behavior of ExternalInterface (Flash Bug?)

    I have a method that calls a JavaScript function to open a simple popup.



    private function onItemClick(e:ListEvent):void {
    ExternalInterface.call("Popup", e.item.swf);
    }


    e.item.swf...
  11. Using Loader class to load an SWF (width/height problem)

    I have to load an external SWF in my AS3 project.
    I create a Loader object and use the load() method passing an URLRequest object.

    The swf loads correctly, but i want to resize it.

    Reading...
  12. Replies
    3
    Views
    815

    First of all, thanks. Working in that way I...

    First of all, thanks.

    Working in that way I will not have any problems due to the Document Class of the content swf?
  13. Replies
    3
    Views
    815

    Preloader & Document Class

    Hi.

    When I start a Flash Project, I usually write the Document Class and link it to the .FLA. It obviously works and I think it's the best way to do everything.

    The problem is ... How to...
  14. Thread: Tribute to Flash

    by dalis
    Replies
    7
    Views
    1,872

    LOL :-) Thanks to you for watching it!

    LOL :-)
    Thanks to you for watching it!
  15. Thread: Tribute to Flash

    by dalis
    Replies
    7
    Views
    1,872

    I'm sorry for that, but it was the only way to...

    I'm sorry for that, but it was the only way to upload on youtube :)
  16. Thread: Tribute to Flash

    by dalis
    Replies
    7
    Views
    1,872

    Tribute to Flash

    This is a little video I've made in a moment of relax to thank Flash for its... existence!

    I don't think it's great but don't kill me for this ^_^

    http://www.italiaclic.com/node/39
  17. The statement myleftbat.y < (stage.stageHeight);...

    The statement
    myleftbat.y < (stage.stageHeight);
    is useless to stop that from moving. Written in that way, it's only a conditional statement that returns true or false.

    Try with:

    case...
  18. Replies
    4
    Views
    752

    Tween class trouble

    An swf is worth a thousand words, so....

    Please go to http://www.datapixel.eu/datapixel.htm

    and watch yourself. When you click on "Apri Menu" (Open Menu in english) an animation made with the...
  19. Replies
    2
    Views
    368

    (Naturally i'm talking about objects saved into...

    (Naturally i'm talking about objects saved into the array).
  20. Replies
    2
    Views
    368

    Deleting an array deletes the objects too?

    With "deletes objects too" I mean "unloads them from memory".

    Direct question, direct answer :)
  21. Replies
    5
    Views
    579

    Sure ^_^

    Sure ^_^
  22. Replies
    5
    Views
    579

    Tariqm, Jabis: Really thank you for your precious...

    Tariqm, Jabis: Really thank you for your precious help. It works ;)
  23. Replies
    5
    Views
    579

    [RESOLVED] Mouse following with delay

    I think the title explains it all.

    Anyway I can't imagine a way to make a movieclip follow the mouse, but with a delay.

    I think I need a sort of pathfinding algorithm that slowly goes to the...
  24. Damn... I've been so lame... ! I fell into the...

    Damn... I've been so lame... !
    I fell into the oblivion because of an "else if".... :-)
    Thank you!
  25. Thank you but it doesn't help. I think at a...

    Thank you but it doesn't help.

    I think at a sort of error in the Actionscript interpretation.

    The question is: Why is it OK when I go left?
Results 1 to 25 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center