A Flash Developer Resource Site

Search:

Type: Posts; User: 3DH

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: 3dfa game

    by 3DH
    Replies
    3
    Views
    16,113

    Thank you blanius. 226 on the touchpad or the...

    Thank you blanius. 226 on the touchpad or the mouse?

    I do not recommend playing on the touchpad.
  2. Thread: 3dfa game

    by 3DH
    Replies
    3
    Views
    16,113

    3dfa game

    Asteroids? - version control with a mouse.

    Bonuses for shooting down 4 asteroids:
    Blue Star - weapon (each time larger, stronger and faster)
    Red Star - points x2 (x3, x4, x5)
    Green Star -...
  3. Replies
    28
    Views
    39,621

    Poll: Amazing how people liked 3DFA. It is a pity that...

    Amazing how people liked 3DFA. It is a pity that it has so few fans. Maybe if there were more 3DFA would return to life.
  4. Replies
    2
    Views
    6,326

    Strange. For me everything works. I just checked...

    Strange. For me everything works. I just checked the example with sound in two versions (Flash 8 and 9).
  5. Replies
    4
    Views
    5,822

    I propose to contact personally with kusco and...

    I propose to contact personally with kusco and moderators of this forum.

    Someone should let us know what is happening with 3DFA.
  6. Replies
    1
    Views
    4,551

    You can use javascript: ...

    You can use javascript:

    getURL("javascript:NewWindow=window.open('http://3dh-gallery.com/efekty/zegar', 'poczta',...
  7. Replies
    2
    Views
    6,648

    Do not open the file a double-click. Open all...

    Do not open the file a double-click. Open all files from 3dfa.

    Turn 3dfa, select File / Open / path to your animation.

    --

    I had a similar problem with other files. Opening files from 3dfa...
  8. Replies
    4
    Views
    4,925

    How do you turn on the sound in AS2? Do not mix...

    How do you turn on the sound in AS2? Do not mix scripts. If you do everything without using scripts, then switch to AS3 will be painless. But if you start to write anything in AS2 and then you'll...
  9. Replies
    4
    Views
    4,925

    AS3 is faster, it may not 10x, but definitely...

    AS3 is faster, it may not 10x, but definitely faster. Especially in 3d graphics, but it is also more complicated. If the flash is just fun, it would be better if You stay with the old, but...
  10. Thread: loading flv file

    by 3DH
    Replies
    0
    Views
    3,577

    loading flv file

    Is it possible to load flv files dynamically? And how to create a dynamic field for the flv file?
  11. Replies
    3
    Views
    4,018

    //n = number; //m = numbers after the decimal...

    //n = number;
    //m = numbers after the decimal point;
    Math.roundN = function (n,m) {
    return Math.round((n*Math.pow(10,m)))/Math.pow(10,m)
    }
    //example
    my_num = Math.roundN((1.12345), 2);
  12. Replies
    3
    Views
    4,018

    Math.round(number) ??

    Math.round(number) ??
  13. Thread: XML Gallery

    by 3DH
    Replies
    9
    Views
    19,178

    Thank you.

    Thank you.
  14. Replies
    3
    Views
    3,928

    Thank leifi. It works, but I wonder whether there...

    Thank leifi. It works, but I wonder whether there will be better to use the command setInterval.

    ---


    done = function()
    {
    clearInterval(counter);
    element ("thumbnail")._visible = false;...
  15. Thread: XML Gallery

    by 3DH
    Replies
    9
    Views
    19,178

    My last gallery. Everything done on 3dfa + xml....

    My last gallery. Everything done on 3dfa + xml. Over 1200 lines of code. Still it improves. Next thing I want to do is add a guest book and a choice of albums.

    Check

    For some time, you can...
  16. Replies
    3
    Views
    3,928

    Detecting mouse movement

    Example: If you do nothing with the mouse for about 3 seconds, hide the thumbnails. Otherwise, show a thumbnail.

    How to do something like this?
  17. Replies
    0
    Views
    3,253

    where is the attachMovie

    Hi,

    is there any substitute for that command?
  18. Replies
    2
    Views
    4,014

    thx

    thx
  19. Replies
    2
    Views
    4,014

    onRollOver - duplicate thumb, xml [AS2]

    Hi,

    i try use duplicateMovieClip on my thumb image loaded from xml:

    ...
    obj.onLoadComplete = function(trg:MovieClip)
    {
    counter++;
    if (counter<listOfImage.length)
    {
  20. Thread: fulscreen in 3dfa

    by 3DH
    Replies
    3
    Views
    4,086

    How did you do in as3? This is for as2: ...

    How did you do in as3?

    This is for as2:


    element ("fs_btn").onRelease = function()
    {
    if (stage.displayState == "normal")
    {
    stage.displayState = "fullScreen";
  21. Replies
    6
    Views
    4,629

    This is a AS2. Use this script in a "Movie...

    This is a AS2. Use this script in a "Movie script".


    button = element ("button");

    button.onRelease = function()
    {
    getURL("http://www.3dfa.com/", "_blank");
    };
  22. Replies
    6
    Views
    4,629

    button.onRelease = function() {...

    button.onRelease = function()
    {
    getURL("http://www.3dfa.com/", "_blank");
    };


    Check your security option and select:

    - Local content only
  23. Replies
    0
    Views
    3,357

    Collision detection & bouncing

    Hi, I tried to learn how to detect collisions between the ball and the line. Somehow we made it work, but now I do not know how to bounce the ball from the line.

    Collision detection - the ball (...
  24. Replies
    2
    Views
    3,517

    Thank you very much LewxX. Now everything works...

    Thank you very much LewxX. Now everything works great :D
  25. Replies
    2
    Views
    3,517

    enemy clone & hitTest

    Please download the sample.

    I want clone "blue enemy" and shoot him like a normal object. Can somebody help with this?
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center