A Flash Developer Resource Site

Search:

Type: Posts; User: brown_trousers

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    475

    that did it

    Do you ever go near Filthy McNastys pub in Penton St, London?

    I owe you a drink!
  2. Replies
    3
    Views
    475

    random level loading

    I have this small piece of actionscript that i've been given to load a random level:

    loadMovieNum(["intro"+(random(6)+1)+".swf"], +(random(6)+1)+"1");

    this loads 1 of 6 possible layers and,...
  3. Thanks n/m

  4. Mpeg seem to work fine, has abody had experience...

    Mpeg seem to work fine, has abody had experience making projector.exe files with MX? I've made a few samples that seem to work fine on mac & pc but these are short I have a fairly sizeble Director...
  5. Replies
    4
    Views
    5,365

    Thanks, for the replys. Is Actionscript viewer a...

    Thanks, for the replys. Is Actionscript viewer a common piece of software?
  6. Replies
    4
    Views
    5,365

    Message Body: I want an area of a Flash...

    Message Body:

    I want an area of a Flash website to be restricted by a password request using a script like this:

    on (release) {
    password = password.toLowerCase();
    if...
  7. I think I may have made a mistake in the way I've...

    I think I may have made a mistake in the way I've structured the path, Here's what I'm working on:

    FRAME1
    MC_CLIP ON STAGE OF BASE LAYER LOADS SWF ON NEW LAYER...
    loadMovieNum ("silly.huge.swf",...
  8. Replies
    3
    Views
    449

    Thanks guys, I'll get stuck into those replies...

    Thanks guys,

    I'll get stuck into those replies right now

    JB
  9. Replies
    3
    Views
    449

    Hi, I'm working out how to load a randomly picked...

    Hi, I'm working out how to load a randomly picked .swf onto a separate level. Here's my first idea:

    FRAME1
    word = new Array("intro1.swf", "intro1.swf", "intro2.swf", "intro3.swf", "intro4.swf");...
  10. Thanks guys

    Ok, thats great..

    I almost had it, I think I used a comma instead of a dot or something stupid like that. You know how it is when you get tired!
  11. Hi, I wish to create buttons inside a...

    Hi,

    I wish to create buttons inside a movieclip on level2 to goto frames in the root timeline of level0. How should I script the buttons?

    Thanks in advance!
  12. Replies
    2
    Views
    433

    Lost actionscript window

    I've had this problem as well using flash5/windowsNT
    Panel Sets >default layout sorts it out.
  13. Thread: Levels

    by brown_trousers
    Replies
    0
    Views
    398

    Hi, I want to use buttons on level 4 to load...

    Hi,

    I want to use buttons on level 4 to load and unload swfs on levels 1,2 & 3 and also goto scene1,frame 1 of level0.

    Is this possible? if it is, how could I arrange the script?

    It would...
  14. Replies
    2
    Views
    356

    Thanks very much.....

    Thanks very much.....
  15. Replies
    2
    Views
    356

    I have a simple sequence, in the first frame of...

    I have a simple sequence, in the first frame of the root timeline I have a movie clip that plays until it stops at a button, the button (on release) must goto and play frame 2 of the root timeline....
  16. Hi, I have one 'input text' box with the...

    Hi,

    I have one 'input text' box with the variable 'comments'.

    I wish the results be sent via email using the users default email.

    I'm using the script below attached to the
    send button...
  17. Replies
    1
    Views
    380

    Hi, I got a tutorial from Flashkit: Creating...

    Hi, I got a tutorial from Flashkit:

    Creating a simple Form in Flash 4,
    Author: Rafael Faria & Eddie Carroll.

    This instructed me to use...

    On (Release)
    Set Variable: "name" = ""
    Set...
  18. Replies
    0
    Views
    439

    Hi, I got a tutorial from Flashkit: Creating...

    Hi, I got a tutorial from Flashkit:

    Creating a simple Form in Flash 4,
    Author: Rafael Faria & Eddie Carroll.

    This instructed me to use...

    On (Release)
    Set Variable: "name" = ""
    Set...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center