A Flash Developer Resource Site

Search:

Type: Posts; User: simplemodern

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    440

    You can load text files into flash using LoadVars...

    You can load text files into flash using LoadVars

    on (release) {
    loadText = new LoadVars();
    loadText.load("TEXT1.txt");
    }

    then in your text file the variables must be encapsulated by...
  2. Replies
    3
    Views
    603

    If you post the .fla it's easier for us to really...

    If you post the .fla it's easier for us to really understand what you are saying, since i'm not entirely sure
  3. Replies
    1
    Views
    385

    You should set the input text to a variable and...

    You should set the input text to a variable and then check the length of the string variable



    on (release) {
    var test:String = input1.text;
    if(test.length > 2)
    {
    _root.proceed = true;
    }
  4. Replies
    12
    Views
    656

    Why don't i believe this kid?

    Why don't i believe this kid?
  5. Replies
    12
    Views
    656

    Haha, oh geeks

    Haha, oh geeks
  6. Replies
    537
    Views
    161,506

    That is literally hours of fun

    That is literally hours of fun
  7. Replies
    7
    Views
    870

    If it can play FFVII then it makes my life :)

    If it can play FFVII then it makes my life :)
  8. Replies
    2
    Views
    514

    Adobe supply you with the Macromedia Flash 8...

    Adobe supply you with the Macromedia Flash 8 Video Encoder when you purchase Flash 8. That works for me :rolleyes:
  9. Do you have the serial still?

    Do you have the serial still?
  10. Thread: fdsf

    by simplemodern
    Replies
    2
    Views
    471

    Now when you said brief, you meant REALLY brief.

    Now when you said brief, you meant REALLY brief.
  11. Replies
    1
    Views
    382

    If you make your file bigger than 800x600 then...

    If you make your file bigger than 800x600 then you risk the fact that anyone who has that screen resolution is going to be very irritated with the fact they have to scroll round the window to view...
  12. Replies
    3
    Views
    375

    Best way to test it is to put a big file...

    Best way to test it is to put a big file (probbaly a picture) in the project for it to load and then upload it to a web server in order to watch 'er work
  13. Replies
    6
    Views
    644

    Ya, give us the .fla :) Usually the correct...

    Ya, give us the .fla :)

    Usually the correct method is geturl, i bet it's something to do with the way you are referencing the files or the file structure :thumbsup:
  14. Replies
    6
    Views
    413

    What program are you using to save the image?

    What program are you using to save the image?
  15. make the first menu a projector exe and have it...

    make the first menu a projector exe and have it opened with a cd autorun, then u use the fscommand to open .exe's (which are your projectors) and therefore the four different files u have



    on...
  16. u didnt attach them!

    u didnt attach them!
  17. Replies
    1
    Views
    404

    love the site itself, however, the splash page is...

    love the site itself, however, the splash page is a little weak, perhaps less caps? and a nicer font
  18. Replies
    3
    Views
    459

    you could use the removeMovieClip(); ...

    you could use the

    removeMovieClip();

    actionscript?
  19. ok then use the code this.gotoAndPlay(); as this...

    ok then use the code this.gotoAndPlay(); as this will direct your playing and going :p to the embedded movieclip, if you dont understand, upload the files and ill implement the function and send it...
  20. Replies
    3
    Views
    597

    there is a tutorial located on this site...

    there is a tutorial located on this site that explains how to do it with actionscript
  21. Replies
    2
    Views
    364

    what precisely do u mean by scroll panes?

    what precisely do u mean by scroll panes?
  22. if you want to add your actionscript to the...

    if you want to add your actionscript to the forums fos us to check it out, then copy your actionscript from your movie, and then pase it inbetween the two code triggers which are the word CODE...
  23. Replies
    4
    Views
    619

    perhaps use some actionscript to multply the...

    perhaps use some actionscript to multply the tiles instead of dragging multiple versions of the clip onto the stage, as that will slow it down
  24. Replies
    1
    Views
    529

    heres one from good old flash hacks: ...

    heres one from good old flash hacks:

    http://www.oreillynet.com/pub/a/javascript/2004/09/03/flashhacks.html

    hope that helps!
  25. if i understand correctly, u want to load a clip...

    if i understand correctly, u want to load a clip into another clip, and have a loaded clip change the frame position of the original clip? if im right on my understanding, simply set the

    ...
Results 1 to 25 of 54
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center