A Flash Developer Resource Site

Search:

Type: Posts; User: traden24

Page 1 of 6 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    406

    problem - functions, getURL, and MAC

    I'm a PC developper who is working on a Mac, and I hit a big problem. I have a button on the main timeline, and on a seperate layer I have functions. The problem is, my getURL() doesn't work if I...
  2. Replies
    3
    Views
    944

    Hey, thanks for the reply...I'm definetly looking...

    Hey, thanks for the reply...I'm definetly looking to follow Kepler's laws on this one.

    If you have any extra info, I'd be most gracious.
  3. Replies
    3
    Views
    944

    Calculating a elliptical path

    Hi,

    I'm building an animated solar system, but I'm planning on making it generated dynamically. I was wondering if someone could point me to a thread about dynamically moving shapes along an...
  4. Replies
    1
    Views
    727

    tmp_mc

    tmp_mc <- why???
  5. Replies
    1
    Views
    727

    Weird scrollPane problem

    I'm setting the scrollPaneContent. Then I'm trying to attach a movie to that content...but it's not working. Here's the code:

    _root.onLoad = function() {
    _root.pane.setScrollContent("content");...
  6. aaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrggggggggggggghhh...

    aaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrggggggggggggghhhhhhhhhhhhhhh...thanks man :)
  7. a stupid problem is making me pull my hair out

    I have some simple code that is not working. I have 2 clips, a green square, and a brown square. The green one starts on top of the brown, and when I click anywhere, i want it to check if the green...
  8. Replies
    2
    Views
    335

    Hey thanks a lot...seems like a strange work...

    Hey thanks a lot...seems like a strange work around, but it seems to work. :D
  9. Replies
    2
    Views
    335

    just a newbie with a simple question

    here's my code

    _root.createEmptyMovieClip("holder", 0);
    _root.holder.loadMovie("region.swf","newRegion", 0);

    _root.holder.onEnterFrame = function() {
    if(this.getBytesLoaded() ==...
  10. Replies
    6
    Views
    504

    We've built some pretty elaborate projects at the...

    We've built some pretty elaborate projects at the office, using Actionscript in a totally procedural manner. But I'd encourage learning the Object oriented ways(I know that Flash already has...
  11. Replies
    6
    Views
    504

    I think Flash actionscript is still at a state...

    I think Flash actionscript is still at a state that encourages procedural coding, eg:

    function() {
    }

    function() {
    }

    ect...
  12. Replies
    2
    Views
    466

    Already have that one, but thanks.

    Already have that one, but thanks.
  13. Replies
    2
    Views
    466

    > Object-Oriented Macromedia Flash MX, published...

    > Object-Oriented Macromedia Flash MX, published by APress.

    I'm looking for a good OOP book on Actionscripting. Does anyone has any other recomendations?
  14. Replies
    6
    Views
    504

    Michael Williams: best coding practices suggest...

    Michael Williams: best coding practices suggest putting each custom Object in it's own *.as and using #include to load it. This is the same method use in most languages, like Java, were each Class is...
  15. Replies
    3
    Views
    452

    That makes sense in a MX sort of way. When F5 was...

    That makes sense in a MX sort of way. When F5 was first out, it look just like every Math method was static like it is in Java. Thanks for the reply
  16. Replies
    3
    Views
    452

    Well, I figured it out, but it's weird. You have...

    Well, I figured it out, but it's weird. You have to use prototype to define Class lvl variables, but you still have to instanciate an object to access them...very odd.
    ...
  17. Replies
    3
    Views
    452

    How to create "Static" methods and properties

    edit

    How do you create a "Static" method or property in Flash, meaning you don't have to instanciate the class to access it's methods eg. Math.abs();

    In the example, you didn't have to invoke...
  18. Thread: FrameRate

    by traden24
    Replies
    4
    Views
    534

    ok, it works when I open it in the browser

    ok, it works when I open it in the browser
  19. Thread: FrameRate

    by traden24
    Replies
    4
    Views
    534

    I downloaded your cheat and tried changing the...

    I downloaded your cheat and tried changing the framerate... but the pokimons keep going around at the same speed. Could it be a Flash MX thing? thanks
  20. Thread: FrameRate

    by traden24
    Replies
    4
    Views
    534

    can you dynamically set the framerate in MX?

    can you dynamically set the framerate in MX?
  21. Thread: SharedObject

    by traden24
    Replies
    1
    Views
    440

    Sounds to me like the SharedObject is much like a...

    Sounds to me like the SharedObject is much like a Serialized object in Java, but that can only be interpreted by Flash itself. So it couldn't be used to create an XML file for example...Did I get...
  22. I guess this is the solution ...

    I guess this is the solution

    _root.backButton.onPress = function()
    {
    traceMe("backButton pressed!");
    };


    function traceMe(value)
    {
  23. _root.backButton.onPress = function() { ...

    _root.backButton.onPress = function()
    {
    trace("backButton pressed");
    };

    _root.backButton.onPress = function()
    {
    trace("nextButton pressed");
    };
  24. could you point me to the Actions required to...

    could you point me to the Actions required to write to the local drive? Maybe a code snipplet :)
  25. Is it possible to create a text file for example...

    Is it possible to create a text file for example on a users local machine with MX, lets say you had a standalone flash app, and you wanted to save info, would you need a third party app to do this?
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center