A Flash Developer Resource Site

Search:

Type: Posts; User: Shad0w

Page 1 of 18 1 2 3 4

Search: Search took 0.07 seconds.

  1. data = new Array (myvalues.split("|")); To...

    data = new Array (myvalues.split("|"));


    To reference this data just use standard array access operators,

    something = data[0]
    something = data[1]
    something = data[2]
    something = data[3]...
  2. Hahahahahahahahahahahahahahahahahahahahhahahhahaha...

    Hahahahahahahahahahahahahahahahahahahahhahahhahahahahahahaahahahahahahhahahahahahhaahhahaha.

    OK I'm done.
  3. Replies
    42
    Views
    3,049

    These kind of debates usually have two types of...

    These kind of debates usually have two types of people.

    1 - Those people who have used a program for many years through it's intitial (normally bad) state, to it's most recent...
  4. Replies
    36
    Views
    3,197

    I'm not even gonna say it.

    I'm not even gonna say it.
  5. Replies
    5
    Views
    696

    Or even, _x += 5

    Or even,

    _x += 5
  6. Thread: anyone know....

    by Shad0w
    Replies
    3
    Views
    690

    http://www.estudio.com/

    http://www.estudio.com/
  7. Replies
    1
    Views
    556

    You can't dynamically call scenes unfortuantely,...

    You can't dynamically call scenes unfortuantely, frames labels yes, frame numbers yes......but scenes no.

    What this means is that you'll have to setup an if/else statment. Please take a look...
  8. Replies
    1
    Views
    528

    Fact 1: All linked sounds must be fully loaded...

    Fact 1: All linked sounds must be fully loaded before the movie starts to play.

    Fact 2: The only way to preload movies with sound objects is to create a 'loader movie' , which loads in the main...
  9. If you wish to control individual sounds/music...

    If you wish to control individual sounds/music then you need to use the sound object.

    Imagine I have set the export linkage properties of a sound file and called it 'siren'. To create a sound...
  10. Replies
    2
    Views
    884

    I'll take a look! Shad0w@btinternet.com

    I'll take a look!

    Shad0w@btinternet.com
  11. Thread: IDEA!!!!!!!!

    by Shad0w
    Replies
    27
    Views
    2,401

    no.

    no.
  12. Aria......I hate to tell you this but I think...

    Aria......I hate to tell you this but I think someone has hacked into the Flashkit Lounge and replaced all your excellent photos with a load of old boring mountains and stuff!! The nerve of some...
  13. Yeah they've probably replaced you with some...

    Yeah they've probably replaced you with some young 'whipper-snapper' straight out of highschool......

    ;-)
  14. Replies
    25
    Views
    1,749

    The GBA and the PS have no architectural...

    The GBA and the PS have no architectural similarities, despite both being 32BIT.

    PS is based on a RISC (reduced instruction set) cpu. It also has dedicated custom graphics chips that do all the...
  15. Replies
    9
    Views
    1,242

    Of course not.

    Of course not.
  16. Hmmmmmmmmmmmmm..........today I was told I don't...

    Hmmmmmmmmmmmmm..........today I was told I don't express enough gratitude.

    So.

    Sorted then.

    Bye.
  17. Thanks guys. I see the difference now. Cheers.

    Thanks guys. I see the difference now.

    Cheers.
  18. Thread: Goodnight !

    by Shad0w
    Replies
    3
    Views
    738

    I'm tired. I think I'll go to be.................

    I'm tired.

    I think I'll go to be..............



    ...................zzzzzzzzzzzzzzzzzzzzZZZZZZZZZZZZZZZ.
  19. Thread: Or's || |

    by Shad0w
    Replies
    3
    Views
    595

    Hi, your code - stop(); item = random (6); ...

    Hi, your code -

    stop();
    item = random (6);
    if(item == 0|2|3){gotoAndStop(2);}
    if(item == 1|4|5){gotoAndStop(3);}

    change this to,

    stop();
  20. Replies
    5
    Views
    869

    I'm just getting into 3D Studio Max..........I...

    I'm just getting into 3D Studio Max..........I thought, well, if I'm gonna learn a 3D program then it might as well be the industry standard....

    I gotta say it's not that easy for a begginer to 3D...
  21. No you cannot. What you heard was a porkie pie...

    No you cannot. What you heard was a porkie pie (lie).

    Then again, they might have been talking about Macromedia Generator........
  22. Replies
    17
    Views
    1,507

    BAAAAAAAAH! Having a life is...

    BAAAAAAAAH!

    Having a life is overated.(Apparently).

    :)
  23. Hey thanks LuxFX, the method you posted also...

    Hey thanks LuxFX, the method you posted also works.....and requires less code! Bargin mate! :)

    One last thing, could you possibly explain the difference between the two methods I've shown below,...
  24. rapidcarbon > check this out > ...

    rapidcarbon > check this out >

    http://pub1.ezboard.com/fflashboard1frm10.showMessage?topicID=1034.topic

    It works.

    Regards,
    Shad0w
  25. You cant do anything about it......unfortunately....

    You cant do anything about it......unfortunately.

    Try increasing the size, or changing the colour.

    If you set it to device fonts it'll work better but won't be aliased.

    Flash always has a...
Results 1 to 25 of 426
Page 1 of 18 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center