A Flash Developer Resource Site

Search:

Type: Posts; User: greenham

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: [f8]

    by greenham
    Replies
    1
    Views
    668

    Try adding "_root" before the gotoAndPlay()...

    Try adding "_root" before the gotoAndPlay() function so it looks like this:


    on (release) {
    _root.gotoAndPlay("subtitulos", "procesod");
    }

    You must have the main timeline playing that...
  2. :D I doubt someone would go to the trouble of...

    :D I doubt someone would go to the trouble of writing a program just to spy on other people's Actionscript. Surely, if they had the programming knowledge to write this particular program, they would...
  3. "The script editor inside of flash is very weak"

    Hey all,

    I was taking a look at some of the tutorials on www.gotoandlearn.com (a very good reference source) and during the Using Custom Classes tutorial, the narrator recommends using an external...
  4. Replies
    16
    Views
    795

    The method described by Magnus has been explained...

    The method described by Magnus has been explained numerous times on the forum before; some of those threads were my own. So you shouldn't have any trouble finding information on how to code it. Feel...
  5. Replies
    1
    Views
    470

    I managed to find this thread...

    I managed to find this thread on the forums for you. It has a lot of good links on it. Unfortunately, however, unless you already have some idea of what you're doing you will probably run into some...
  6. Replies
    7
    Views
    636

    Even though it may display in Safri on your...

    Even though it may display in Safri on your computer, it will open in the default web browser set on your viewer's computer . . . I think. :)
  7. Replies
    3
    Views
    635

    Nice tutorial site, Mazoonist! This one is a...

    Nice tutorial site, Mazoonist! This one is a shoe-in for my favourites. :)
  8. If you ask me, there's no reason you should be...

    If you ask me, there's no reason you should be using buttons in Flash. There's nothing a button can do that a movieclip can't do more effectively.
  9. Replies
    2
    Views
    491

    Boost is right. Create a new layer, name it...

    Boost is right. Create a new layer, name it something like "ActionScript" and create a keyframe when your animation ends by selecting the frame and pressing f6. Then press f9 to open the ActionScript...
  10. I think all the scenes are compiled into a single...

    I think all the scenes are compiled into a single timeline when you export to a swf anyway. So it doesn't really matter; it's just a developing preference. The only problem with having multiple...
  11. Replies
    3
    Views
    789

    Loading text from an external .txt file

    Ok, TeddTucker. This is something I had quite a bit of trouble with when I was starting out with Flash. Shamefully, I had to go back and look it up again today, but it's nothing too troublesome. I'll...
  12. Replies
    5
    Views
    582

    You can load the contents of a .as file into...

    You can load the contents of a .as file into flash, but this is done during the compiling of the swf; that is, once you've compiled the file, you can't change it.

    It depends on what you mean by...
  13. Alright, I should be able to work it out from...

    Alright, I should be able to work it out from here. If not, I'll post back here, I suppose. :)

    Thank you very much for your help, Musicman.

    Much appreciated,
    Greenham. ;)
  14. Replies
    5
    Views
    582

    Google is your friend...

    Google is your friend. Take a look at the top link, in particular. It looks strangely like what you're looking for.

    As far as I know, you have to embed a script into html to be able to do it....
  15. Replies
    3
    Views
    803

    There are ways to detect what flash version is...

    There are ways to detect what flash version is being used. I know that JavaScript can do it and I presume PHP could also. Do a google search and see what you can come up with.
  16. Try adding this to your code: ...

    Try adding this to your code:


    this.mistletoeinstance._parent[newname].gotoAndPlay(2);
  17. Welcome, juniorspecial. I would say the...

    Welcome, juniorspecial.

    I would say the easiest way to do this would be with PHP; depending on what you want to do with this information later, you might also need MySQL. Go to...
  18. Replies
    1
    Views
    509

    Welcome to the board, Eddie. In my humble...

    Welcome to the board, Eddie.

    In my humble opinion, something like that would be very easy to do with some simple tween animation. Give it a couple hours for mis-haps and you should have something...
  19. Replies
    5
    Views
    582

    I know very little about this, but as no-one else...

    I know very little about this, but as no-one else is here to reply at the momment, I'll offer you what little I know:

    As far as I know Flash can't modify files. It can ready from a couple of text...
  20. Replies
    7
    Views
    712

    You can publish a .fla to a .gif, however, as far...

    You can publish a .fla to a .gif, however, as far as I know, there is no easy way of converting a .swf into a .gif short of finding yourself a swf de-compiler and then re-publishing it in flash. It...
  21. Welcome to the boards, kbmatth. It looks like the...

    Welcome to the boards, kbmatth. It looks like the menu in the swf you refer to creates an instance of a small square movieclip everytime a link is clicked. At least, that's how I would achieve this...
  22. Thanks for the fla

    First of all, thank you for this .fla. I can see some immediate differences in the way this file is set up and the way the tutorial works. I've read through the code and understand most of it, but...
  23. I'm just following the tutorial mentioned. I...

    I'm just following the tutorial mentioned. I think it's missing large peices. For example - as far as I can tell - it doesn't mention how to display the results of the poll afterwards.

    I tried...
  24. PHP poll; Values Trace As Strings Instead Of Intended Number Value

    Hey all,

    I've been following this tutorial for coding a voting poll using Flash, PHP and MySQL. It appears to send and receive the data between Flash and PHP fine, yet when I try and trace the...
  25. Thread: Menu code...

    by greenham
    Replies
    2
    Views
    461

    This is easily solved. In all of these errors...

    This is easily solved. In all of these errors you're trying to use Math.move in your code. This is a problem because Math is already a keyword reserved by Actionscript and so it is asuming you are...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center