A Flash Developer Resource Site

Search:

Type: Posts; User: Abelius

Page 1 of 20 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    1
    Views
    1,496

    Need something like this? it is totally XML...

    Need something like this? it is totally XML based... http://www.reflapp.com/flipbook/
  2. Replies
    4
    Views
    869

    There is a function called flipToLastPage() in...

    There is a function called flipToLastPage() in some components, and if not you can always create it, by getting the value of the totalPages() function.

    By the way, here is a sample:...
  3. Replies
    8
    Views
    33,111

    for (var i:uint = 0; i < this.numChildren; i++){...

    for (var i:uint = 0; i < this.numChildren; i++){
    trace (i+'.\t name:' + this.getChildAt(i).name + '\t type:' + typeof (this.getChildAt(i))+ '\t' + this.getChildAt(i));
    }
  4. Replies
    11
    Views
    30,284

    Yep, very nice script! Thanks for the detailed...

    Yep, very nice script!

    Thanks for the detailed description.
  5. Replies
    3
    Views
    851

    Ummm... where do you find that soulwire thing???

    Ummm... where do you find that soulwire thing???
  6. Here is a zip file if you need it. In the sample...

    Here is a zip file if you need it. In the sample I only made the first building do the scaling, you can add it for as many buildings as you need.

    http://www.worldkit.com/TEMP/scaleBuilding.zip
  7. I would make sure that the transformation point...

    I would make sure that the transformation point is located at the base of the buildings, and centered x-wise. Then I would simply use some code to make them bigger or smaller as they rotate.


    ...
  8. Replies
    0
    Views
    1,362

    Small widget for my Ning network...

    I made a small widget for my Ning network, in Flash.

    Fully made using AS 3.0, where users can compete online, and record scores in SQL, through XML feeds.

    The address is here:...
  9. Playing around in AS 3.0 with Shared Objects and LIVE Weather Data

    I've been playing around in AS 3.0 with Shared Objects and LIVE Weather Data...

    Here is a very rudimentary app, let me know what you think:
    http://www.worldkit.com/weather/w.html

    Thanks for...
  10. Just use the maxscroll property...

    Just use the maxscroll property...
  11. Replies
    5
    Views
    1,856

    Actually, there is a line to be added there: ...

    Actually, there is a line to be added there:

    Array.prototype.getRandomElement = function()
    {
    return this[Math.round(Math.random() * (this.length - 1))];
    };

    var images = ["horse.jpg",...
  12. Replies
    2
    Views
    441

    No worries, you are not the only one coding on...

    No worries, you are not the only one coding on Nears Day. And Happy NEw Year to you too.

    I failed to understand if you are using AS 3.0 or 2.0; and did you try putting the stop() at the end of...
  13. Replies
    6
    Views
    1,361

    I am doing mods for them, and I like the network...

    I am doing mods for them, and I like the network and the feel of it.

    Another thing I like is that (as of now) 90% of the users are Chinese...
  14. Thread: Image Loader

    by Abelius
    Replies
    7
    Views
    732

    Same thing, different day... oh, and simpler...

    Same thing, different day... oh, and simpler code:


    // number of images. Changing this number will increase the number of images alternating
    var n:Number = 8;
    // initial loop number
    var...
  15. Replies
    1
    Views
    456

    Setting history.back()...

    Ok, here is what I am trying to solve. I have -let's say- a simple flash movie which has a simple red box in the middle of the stage and a stop() action in the main timeline. On frame two there is...
  16. Thread: Image Loader

    by Abelius
    Replies
    7
    Views
    732

    Here is a sample of this:...

    Here is a sample of this:
    http://www.worldkit.com/swf/fader.html
  17. Thread: Image Loader

    by Abelius
    Replies
    7
    Views
    732

    Here is what I did. I'll give you the steps: 1)...

    Here is what I did. I'll give you the steps:
    1) Make a new Flash movie, and create up to 8 movieclips. Make sure they are all in the Library, not on the actual stage.
    2) Give them Linkage from 1 to...
  18. ...and which one would that be if I may ask,...

    ...and which one would that be if I may ask, pretty please? :)
  19. Swift 3D, from erain.com :)

    Swift 3D, from erain.com :)
  20. This just might do the trick... :P

    This just might do the trick... :P
  21. Check...

    Check http://www.adobe.com/devnet/flash/actionscript/actionscript.html to see which HTML tags AS actually understands...
  22. Replies
    4
    Views
    1,068

    Are you looking for something like this? ...

    Are you looking for something like this?

    http://www.myfantastique.com/gallery.html

    It's made in Flash MX 2004, no AS 3.0 here... The only thing is that the file is huge because it loads 20...
  23. Replies
    1
    Views
    401

    use getNextHighestDepth()... :)

    use getNextHighestDepth()... :)
  24. Replies
    2
    Views
    1,847

    Swift 3D is more than enough for what you need...

    Swift 3D is more than enough for what you need...
  25. Replies
    7
    Views
    500

    All roads lead to Rome, as you can see :)

    All roads lead to Rome, as you can see :)
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center