A Flash Developer Resource Site

Search:

Type: Posts; User: leifi

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,915

    Of course you can do it this way... But then it's...

    Of course you can do it this way... But then it's better to use the Timer class of flash. The official documentation says:
  2. Replies
    3
    Views
    3,915

    You have to create a timer variable that will be...

    You have to create a timer variable that will be reseted when the mouse moves. If the timer is bigger than the defined amount, the thumbnail will be hidden.

    Here's a quite example (I haven't...
  3. Replies
    2
    Views
    3,625

    Yes, that will surely solve your problem. Using...

    Yes, that will surely solve your problem. Using ActionScript is usually the best solution for problems with built-in elements. I often had problems with buttons and checkboxes.
  4. Replies
    2
    Views
    3,513

    Maybe you should think of another concept to...

    Maybe you should think of another concept to calculate the result. It's really helpful not to let the program do everything on a single frame. Then the users browser won't begin to lag (as Firefox...
  5. Replies
    1
    Views
    3,406

    Can you upload an example movie file? This would...

    Can you upload an example movie file?
    This would be very helpful.

    We can easily solve this problem with a short script that handles the car movement. I will upload a sample for you later, but it...
  6. Well, I think it's a known bug in 3DFA. They have...

    Well, I think it's a known bug in 3DFA. They have not yet updated the engine of the .exe projector, so unfortunately there's no way to solve the problem.

    But maybe the FileReference class of Flash...
  7. Replies
    6
    Views
    4,333

    I have edited your file a bit. Hope I could...

    I have edited your file a bit.

    Hope I could help you!
    Leifi
  8. Replies
    6
    Views
    4,333

    Yes you can add an attachment to your post by...

    Yes you can add an attachment to your post by clicking "manage attachments" on the screen where you write your post. Notice that you have to pack it in a .zip file before you upload it.:-)
  9. Replies
    6
    Views
    4,333

    Can you upload the .movie file? That would be...

    Can you upload the .movie file?
    That would be helpful :)
  10. Replies
    2
    Views
    3,551

    If you export to .exe, it's pretty easy to create...

    If you export to .exe, it's pretty easy to create .txt files.

    The String class has a save(filename:String) method for saving a string.

    For example:

    var text:String = "Hello world.";...
  11. Thread: Solitaire

    by leifi
    Replies
    18
    Views
    8,721

    Really nice! Even though I haven't won :) ...

    Really nice!
    Even though I haven't won :)

    Anyway, here are some suggestions for improvement:


    Explain the shortcuts. I accidentally clicked the control key on my keyboard and the card stack...
  12. Replies
    2
    Views
    3,492

    You have to use the graphics object of a sprite...

    You have to use the graphics object of a sprite to draw lines etc.

    Like so:



    element ("Canvas").graphics.lineStyle (5, RGB(255,0,0), 1);

    element ("Canvas").graphics.moveTo (0,0);
    element...
  13. Thread: Playing Sounds

    by leifi
    Replies
    1
    Views
    3,302

    It's pretty easy. You just have to go to the...

    It's pretty easy. You just have to go to the properties window of the sound(s) and choose "Allow multiple sounds at same time" instead of "Play only one sound at a time".

    That's all!
  14. Replies
    0
    Views
    3,171

    code4u - DelayedLoop

    Hey guys!

    Here's an interesting ActionScript 3 class for experienced programmers. It can delay simple 'for loops'. It's very useful for scripts with many loops that take much processing power...
  15. Replies
    7
    Views
    5,822

    As far as I know the development has stopped for...

    As far as I know the development has stopped for the moment. Nobody knows for sure if somebody will come and work on the product again.

    I asked an old forum member and he said that something like...
  16. Replies
    9
    Views
    6,234

    bitteschön :) Yes, you need some workarounds...

    bitteschön :)

    Yes, you need some workarounds to get AS3 code to work but once you got it, it's really fine :)

    The textboxes are really bad, I often create them by myself to get what I want......
  17. Replies
    9
    Views
    6,234

    Maybe this is helpful: var output:String =...

    Maybe this is helpful:


    var output:String = "Watch this:\n";

    /*
    +------------------------+
    | ONLY FOR AS3 / FLASH 9 |
    +------------------------+
    */
  18. Replies
    13
    Views
    6,294

    yepp that's true but the problem is that just a...

    yepp that's true but the problem is that just a few users of 3DFA visit this forum and I can't see any way to let new users find a way to a new community...

    maybe we should do some advertising......
  19. Replies
    13
    Views
    6,294

    Hi all! Do you plan to develop the site code...

    Hi all!

    Do you plan to develop the site code for yourself or do you want to use a content management system like drupal?

    I would really like to help setting up a wiki or documentation for 3DFA,...
  20. Replies
    1
    Views
    2,818

    Hi, you can use the Date class of flash: ...

    Hi,

    you can use the Date class of flash:



    var d = new Date;
    d.getTime();
  21. Replies
    1
    Views
    2,613

    Yepp, there's a break in the development of 3DFA....

    Yepp, there's a break in the development of 3DFA.
    I don't know why it was stopped, maybe there will be a big surprise for us later in this year :-) Perhaps a marketing strategy... a really bad...
  22. Replies
    2
    Views
    1,767

    I will try to improve it to be functional with...

    I will try to improve it to be functional with flash 9 but it may take some time...

    Hope you can wait so long :-)

    Leifi
  23. Thread: Which website

    by leifi
    Replies
    3
    Views
    1,980

    I've made a small class that you can easily...

    I've made a small class that you can easily implement into your flash movie. But you need to export to flash 9. Let me know if you want a flash 8 solution.



    // Only availible in flash 9 / as3
    ...
  24. Thread: Which website

    by leifi
    Replies
    3
    Views
    1,980

    Sorry but I don't really understand what you want...

    Sorry but I don't really understand what you want to do.

    Do you want to call a different URL if the file is on a different domain?
    e.g.:

    www.myfirst.domain.com/flash.swf -- call...
  25. Thread: export crash

    by leifi
    Replies
    1
    Views
    1,596

    It's most likely a bug :-) This part of 3DFA...

    It's most likely a bug :-) This part of 3DFA seems to be a bit older, so maybe the importing of complex graphics is a bit inaccurate.

    Unfortunately the support is taking a short break at the...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center