A Flash Developer Resource Site

Search:

Type: Posts; User: marvnation

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    5,671

    omfg.. thank you.. :yikes: You are a god...

    omfg.. thank you.. :yikes:

    You are a god amoungst men.
  2. Replies
    2
    Views
    5,671

    Login Popup - how do you fade background?

    I was thinking of a great way to do a login which ive seen before, where u click a link on a webpage and it creates a popup login and it tints/disables the background so that the popup looks like its...
  3. Replies
    3
    Views
    581

    Basically just want the movie to unload itself...

    Basically just want the movie to unload itself when u roll of it.
  4. Replies
    3
    Views
    581

    na mate that didn't work. The code is in the...

    na mate that didn't work.

    The code is in the movie that loads. so i dont know how to do it. ive tried everything

    _root, _parent, this nothing works
  5. Replies
    3
    Views
    581

    unloadMovie from External Movie

    i have my button is located here: _root.event_mc aswell as the dd_mc blank mc

    this.onRelease = function() {
    loadMovie("dd-media-event.swf", dd_mc);
    }

    In my main movie and i want to have a...
  6. Is there a way i can make frames pause for a few seconds with scripting?

    I have a heap of frames and i want each one to pause like 5 seconds so u can read each, is there a script that can do this for me. So i can just put it on each frame, instead of making each frame 150...
  7. Replies
    1
    Views
    474

    Preloader for an External Image

    I want to have a button in my movie so that when i click it, it loads an image into the movie, but i want it to have a preloader so that everyone knows how big the file is etc.. is there a tut or...
  8. Flash game, retrieving avatar from different source

    I’m making a shooting game and i have a little avatar down the bottom for the person to choose out off, now all i want to know is that when the person puts in there name at the start of the game,...
  9. Thread: css trouble

    by marvnation
    Replies
    5
    Views
    493

    you bloody legend, thanks

    you bloody legend, thanks
  10. Thread: css trouble

    by marvnation
    Replies
    5
    Views
    493

    var format = new TextField.StyleSheet(); var...

    var format = new TextField.StyleSheet();
    var path = "styles.css";
    format.load(path);
    format.onLoad = function(success) {
    if (success) {
    output30.styleSheet = format;
    myLoadVar = new...
  11. Thread: css trouble

    by marvnation
    Replies
    5
    Views
    493

    css trouble

    i am using flash mx 2004 and i got the css to work but for some reason i cant put in a "%" symbol in the text this is the script i have in the .txt file and it shows up like "there is 62 left".
    text...
  12. Replies
    0
    Views
    390

    loadMovie() trouble

    ok i have a mc button and when you click the button i want the image in the movieclip to change, the files are located in a seperate folder outside of the fla. now the thing is that it works with...
  13. Replies
    12
    Views
    672

    help

    i am using flash mx 2004 and i got the css to work but for some reason i cant put in a "%" symbol in the text this is the script i have in the .txt file and it shows up like "there is 62 left". ...
  14. Replies
    12
    Views
    672

    i am using flash mx 2004 and i got the css to...

    i am using flash mx 2004 and i got the css to work but for some reason i cant put in a "%" symbol in the text this is the script i have in the .txt file and it shows up like "there is 62 left". ...
  15. Replies
    6
    Views
    721

    im trying to make a preloader, that loads at the...

    im trying to make a preloader, that loads at the start of everything, like the main movie, then the sub movies in the main movie.
  16. Replies
    6
    Views
    721

    ok i got this onClipEvent (load) { total =...

    ok i got this
    onClipEvent (load) {
    total = _level1.getBytesTotal();
    }
    onClipEvent (enterFrame) {
    loaded = _level1.getBytesLoaded();
    percent = int(loaded/total*100);
    text = percent+"%";...
  17. Replies
    6
    Views
    721

    preloader using _level

    i am using multiple movies and i want to know how to create 1 swf with the preloader in it with the script on it that loads before the movie you click on, and i am having trouble with the script. i...
  18. Replies
    12
    Views
    672

    Dont worry i figured it out myself. thanks...

    Dont worry i figured it out myself. thanks anyways guys
  19. Replies
    12
    Views
    672

    ok last question, can you have a seperate css...

    ok last question, can you have a seperate css file and a html file and use that in flash. css --> html --> Flash

    or should i just do all the text in the actionscript panel with the var myCSS = new...
  20. Replies
    25
    Views
    2,158

    greenhorn??

    greenhorn??
  21. Replies
    12
    Views
    672

    yeah its solved, you need mx 2004 to use css, i...

    yeah its solved, you need mx 2004 to use css, i get it now. haha my teacher didn't even know that.
  22. Replies
    12
    Views
    672

    Im running Flash Mx version 6, can i use css in...

    Im running Flash Mx version 6, can i use css in this or do i have to get Flash MX 2004?
  23. Replies
    12
    Views
    672

    Flash + css = Marvnation lost

    can anyone tell me how to use css with an external text file, is there any sites out there that can help me. thanks
  24. Replies
    14
    Views
    753

    i more question, if i wanted to change the...

    i more question, if i wanted to change the colour? how would i go about doing that?
    <p style="color:#000000"> bla bla <p>?
  25. Replies
    14
    Views
    753

    Thank you very much. It works :-)

    Thank you very much. It works :-)
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center