A Flash Developer Resource Site

Search:

Type: Posts; User: SirN

Page 1 of 6 1 2 3 4

Search: Search took 0.13 seconds.

  1. Thread: Windows 7

    by SirN
    Replies
    14
    Views
    25,983

    Why don't you try? Test and see!

    Why don't you try? Test and see!
  2. Replies
    4
    Views
    5,790

    +1

    +1
  3. Replies
    2
    Views
    6,312

    Maybe it is good if you post your source (and...

    Maybe it is good if you post your source (and tell what version of 3dfa you are using)...

    I've have already complained about the latest version of 3dfa in Flash 9 to not play sounds at all!
  4. Replies
    1
    Views
    4,611

    *Solved* The solution was for me to use...

    *Solved*

    The solution was for me to use findValue in the array... The array consist of id and passwords and by placing the pw directly after the id then findValue of the id + 1 makes the index of...
  5. Replies
    1
    Views
    4,611

    Array problem, dynamic fetching...

    Hi,

    data = new Array;

    data.first = "hello";
    trace (data.first);
    // the trace returns hello

    dynamic = first; // this will possible be different
    trace (data.dynamic);
  6. Thread: Sound Play Script

    by SirN
    Replies
    1
    Views
    4,559

    are you forgetting ; after .play? remember the...

    are you forgetting ; after .play? remember the semicolon after commands in scripts!
  7. Replies
    2
    Views
    4,116

    I've found an solution! Hurray! I need to do...

    I've found an solution! Hurray!

    I need to do 99 diffferent copy proccesses between 2 Arrays of it:

    if (vildhet == 1) // 1-99 needs the same treatment
    {
    bonusfighterArray[0] = my1Array[0];
    ...
  8. Thread: Paypal buttons

    by SirN
    Replies
    1
    Views
    3,932

    I think you get the PayPal button image from the...

    I think you get the PayPal button image from the PayPal site, then you just add the image as an element (either as texture for a button or just as an image) and add the URL that it is supposed to...
  9. Replies
    2
    Views
    4,116

    SOLVED Array problem, can you spot a flaw?

    Hi,

    I have a problem with an function in my movie, I want to pick from an array but I need to choose the array dynamically. index [0] from my35Array or my1Array - I don't get it to work, can you...
  10. Replies
    4
    Views
    4,395

    My functionscript is 5159 rows big, and if I...

    My functionscript is 5159 rows big, and if I input 6 more rows then the 3DFA compiles with errors!
  11. Replies
    4
    Views
    4,395

    And elements (text) that should show at the start...

    And elements (text) that should show at the start of th movie dos not anymore!

    Complete screwup.

    I've made many work-in-progress saves and I have backed all the way to an working version (as if...
  12. Replies
    4
    Views
    4,395

    Doesn't the unregisterred 3DFA only allow exports...

    Doesn't the unregisterred 3DFA only allow exports below 50kB? I've reached a moment when my export size is above 50kB but I am an payiong customer and I have enterred the details and the program sais...
  13. Replies
    4
    Views
    4,395

    The moviescript compiles ok, and the movie works...

    The moviescript compiles ok, and the movie works great internally but when exported it malfunctions. Everytime I export it exports to different filesizes w/o me changing anything.

    I use 10 x 2 in...
  14. Replies
    4
    Views
    4,395

    Compiles to complete malfunction - 4.9.6.8

    I had my movie working good and then I change some in the code (instead of multiplying with 2.13 , changed into 0.134). I think the multiplying should work with the new number, but No!

    3DFA starts...
  15. Replies
    4
    Views
    4,903

    I don't play the sound from an script, I use...

    I don't play the sound from an script, I use scene Event Play (as you suggest) also on the text and menu...

    It doesn't work!

    I don't know about the setting 'Strict Property declarations' and...
  16. Replies
    4
    Views
    4,903

    Well, my experience with v4.9.8.7 and Flash 9...

    Well, my experience with v4.9.8.7 and Flash 9 export is worse than bad! I don't get even the simpliest soundeffect to play with animation on text, and it can't be a situation when he doesn't test his...
  17. Replies
    4
    Views
    4,903

    AS3 10times faster execution?

    I just read an description of an book, AS3 executes code 10 times faster that old versions, is that true? And There must be more reasons to use AS3, I believe.

    To set things straight, if I would...
  18. Replies
    3
    Views
    3,992

    That would turn 26.4 into 26 surely, but how to...

    That would turn 26.4 into 26 surely, but how to turn 0.264 into 26?

    EDIT* wait a minute ( times 100 and Math.round(number) )would do it! Solved!
  19. Replies
    3
    Views
    3,992

    Display percentage?

    I bet the answer lies within the preloaders and I could study them to reach it, but to cut a corner.

    If I want to display the percentage, by calculating it, e.g.:
    65 / 250 gives the result 0.264...
  20. Replies
    2
    Views
    3,605

    No, it did not help to add a script at the...

    No, it did not help to add a script at the checkbutton 'ButtonOn' and 'ButtonOff' I solved it another way. Checkbuttons work automatically as 'True' or 'False' on the expression (in my case...
  21. Replies
    2
    Views
    3,605

    CheckButton reset, how?

    I use checkbuttons in my creation (much help from you here almost makes it our creation).

    I have nothing, no script on them, but I use it in another place like this (platstick1 is 'Expression' of...
  22. Thread: How to purchase?

    by SirN
    Replies
    5
    Views
    4,379

    No, I'm not sure at all, I just remember that it...

    No, I'm not sure at all, I just remember that it was announced first that he wished to release version 5 and get paid again. Then I don't know what happened (apart from an huge uproar from some...
  23. Thread: How to purchase?

    by SirN
    Replies
    5
    Views
    4,379

    I don't understand how it can be a problem buying...

    I don't understand how it can be a problem buying the 3DFA, using credit card at paypal should not be an problem, is it?

    And I don't think there exists an special educational license to buy, there...
  24. Replies
    2
    Views
    3,494

    Yes, I have given it some thoughts, but this is...

    Yes, I have given it some thoughts, but this is the way I have achieved my objective - and I'm sure that there would be possible to do more effective code.

    But I don't know about the array's....
  25. Replies
    2
    Views
    3,494

    Noted about Array speeds...

    For anyone interested in checking out the time it takes for a flash to create an array consisting of 8000 numbers and then transferring those numbers to another array (8000 array twice that is) you...
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center