A Flash Developer Resource Site

Search:

Type: Posts; User: J0e7

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    8,118

    perhaps haXe (http://haxe.org/) is usefull for...

    perhaps haXe is usefull for you.. :)
  2. Thread: swf2gif

    by J0e7
    Replies
    7
    Views
    8,142

    hi.. now i use Magic swf2gif...

    hi..
    now i use Magic swf2gif but it works only 2 weeks for free- they say :rolleyes:
    hmm.. the only thing i want is capture (without actionscript) frames and output to gif..
    2 other possible...
  3. Thread: swf2gif

    by J0e7
    Replies
    7
    Views
    8,142

    --

    --
  4. Thread: swf2gif

    by J0e7
    Replies
    7
    Views
    8,142

    .. because i don't have it. :) And what i...

    .. because i don't have it. :)
    And what i want isn't the most complicated thing - but i haven't the time to programm it myself.. there must be something free - but i only find shareware etc.. I...
  5. Thread: swf2gif

    by J0e7
    Replies
    7
    Views
    8,142

    thanks.. i know this software.. it records the...

    thanks.. i know this software.. it records the screen --> swf or avi
    but: im looking for the other way.. swf --> gif.. :)
  6. Thread: swf2gif

    by J0e7
    Replies
    7
    Views
    8,142

    swf2gif

    hi..
    im looking for a (small) swf2gif-tool (freeware or GPL) for windows os. Does anyone know something? Would be nice.

    best regards,
    J0e7
  7. Replies
    2
    Views
    4,134

    which programm you're talking about? Difficult...

    which programm you're talking about?
    Difficult to help you now.
  8. something like that var date = new...

    something like that

    var date = new Date(2007,11,30); // 0..Jan 11..Dec
    txt1.text= date;
    var dayOfMonth = Number(date.getDate()); // the day of the month.. 1..31
    txt2.text="Day of the month:...
  9. Replies
    1
    Views
    442

    idea: control via xml-File ...

    idea: control via xml-File

    http://www.adobe.com/support/flash/applications/jpeg_slideshow_xml/

    best regards,
    J0e7
  10. Thread: Array help

    by J0e7
    Replies
    1
    Views
    343

    isn' it possible, to do it like this: ...

    isn' it possible, to do it like this:

    on(release){
    for (i= 0; i< 4; i++) // a loop here..

    {
    if (colour[i] == "red"){
    _level0.Bug._x -= -0;
    _level0.Bug._y -= -5;
    }
  11. Thread: [F8] loop help

    by J0e7
    Replies
    3
    Views
    349

    reason is posted.. you also can do it this way:...

    reason is posted..
    you also can do it this way:
    first make an array and give every item own functions..


    thisItem[ss].onRollOver = function(){ .. }
  12. I think you mean communication between instances...

    I think you mean communication between instances of classes :)
    Perhaps you want this:
    (only pseudo-Code)


    class B
    {
    Main mainInstanceInB;

    function B (Main m)
  13. Replies
    9
    Views
    944

    an easy way to do this: convert the animated gif...

    an easy way to do this:
    convert the animated gif to swf with swftools
    (http://www.swftools.org/)
    gif2swf -o myAnimatedGif.swf myAnimatedGif.gif
    and then import the swf in KM..
  14. Replies
    2
    Views
    345

    Thanks a lot. Simple but effective. :) Best...

    Thanks a lot.
    Simple but effective. :)
    Best regards,
    J0e7
  15. Replies
    2
    Views
    1,924

    if ( (this.conditionTwo>=20) &&...

    if ( (this.conditionTwo>=20) && (this.conditionThree == "something") && .. )
    {
    if (this._x>randomMovieClip_mc._x) this.speed = movement;
    else this.speed -= movement;
    }
    best regards,
    J0e7
  16. Replies
    2
    Views
    345

    create MovieClip in a special frame

    Is there a way to create a MovieClip in a special frame in another MovieClip only
    with actionscript. (without going to the frame over the gui)
    something like that but working:...
  17. Replies
    16
    Views
    18,237

    I have no problems to open the file (with the...

    I have no problems to open the file (with the actual KM-Version).. Did you open the zip with KM - thats not possible.. first extract it.. :)

    Yes, he did..

    bw, J0e7
  18. Thread: Flying doves

    by J0e7
    Replies
    1
    Views
    467

    http://board.flashkit.com/board/showthread.php?p=3...

    http://board.flashkit.com/board/showthread.php?p=3861723#post3861723

    or you simple use this..
    in the zip: .fun + .swf (+ gif)
    best regards
  19. Thread: flying doves?

    by J0e7
    Replies
    16
    Views
    10,008

    hi, you have to start all these swftools from...

    hi,
    you have to start all these swftools from the command-line or a use bat-file (which is normal textfile with the file-Ending .bat) in the directory next to the programms and modify this..

    -...
  20. Thread: flying doves?

    by J0e7
    Replies
    16
    Views
    10,008

    This is in the Swish-forum. There are no sprites...

    This is in the Swish-forum. There are no sprites in Koolmoves - you mean "MovieClips". Afaik you can't import animated gifs in Koolmoves. But what you can do is:
    convert the animated gif to swf...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center