A Flash Developer Resource Site

Search:

Type: Posts; User: pablohunny

Page 1 of 2 1 2

Search: Search took 0.05 seconds; generated 31 minute(s) ago.

  1. Replies
    5
    Views
    4,174

    @arkitx - Thanks! It took me a while to figure...

    @arkitx - Thanks! It took me a while to figure out what your code does, but I've got it now. It's brilliant, thanks :)
  2. Replies
    5
    Views
    4,174

    (AS3 CS4) Convert String to image name

    function f_choosePhoto(photoNum)
    {
    var photos:Array = ["photo0","photo1","photo2"];

    var path:String = (photos[photoNum]);

    var bdata = new this[path](560, 380);
    var bmp = new...
  3. Replies
    4
    Views
    1,303

    Ahh, OK :) Thanks. I'm a bit pedantic, so I used...

    Ahh, OK :) Thanks. I'm a bit pedantic, so I used graphics for static images without ever trying to add ActionScript, so I never found that out.

    Thanks again

    -A-
  4. Replies
    4
    Views
    1,303

    Thanks - I've never tried grouping objects, will...

    Thanks - I've never tried grouping objects, will give it a go. Do you happen to know what the difference is between a graphic and a Movie Clip? It seems to me that they have exactly the same...
  5. Replies
    4
    Views
    1,303

    Memory in CS4

    HI,

    Not sure if this is the right forum to post on, but here goes.

    I've been working with Flash CS4 for the last few months and (due to the immense learning curve) I found myself with an...
  6. Panic over! One of the images broke somehow and...

    Panic over! One of the images broke somehow and was replaced by a *massive* red square. I managed to discover it by copying every frame individually into a new file, then burrowing down and deleting...
  7. AS3 CS4 Why has my swf stopped publishing?

    I have been working on this app for a month now: I have got to the last stages of polishing and debugging, made a change (I changed a variable mc.height to a number to test something) pressed...
  8. Replies
    3
    Views
    882

    Thanks. I feel like there should be a nice clean...

    Thanks. I feel like there should be a nice clean way to get a button to trigger a specific frame within a nested movieclip, but all the online suggestions seem to be incompatible with AS3.

    I've...
  9. Replies
    1
    Views
    694

    If there is nothing wiping the text boxes after...

    If there is nothing wiping the text boxes after they're published, it sounds like the AS to write to the text box is not running.

    I am a newbie to Flash, but is it possible to run a debug and make...
  10. Replies
    3
    Views
    882

    AS3 CS4 Can you put AS on buttons?

    I've been looking around online for an answer and the suggestions I come across don't seem to make much sense.

    I have Two MovieClips: mc_SystemDesignTL and mc_Solar Radiation.

    In every frame of...
  11. Replies
    2
    Views
    1,335

    Sorry for the (massively) late response. Thanks,...

    Sorry for the (massively) late response. Thanks, but it was navigating the AS Panel that was bothering me. I wanted to just be able to click one name and know it was exactly what I wanted.

    Still...
  12. Replies
    2
    Views
    1,335

    AS3 CS4 rename frames

    Hi,

    I have a flash application that is split into 12 frames at the top level.

    When I view the Actions pane, the Scene 1 list reads:

    ActionScript: Frame 1
    ActionScript: Frame 2
    etc
  13. That's brilliant! That worked perfectly, thanks...

    That's brilliant! That worked perfectly, thanks :)

    The reason I've done it this way is because there are 53 different videos that the user should watch, but can choose to watch in any order. Site...
  14. Although this hasn't fixed my problem, I realised...

    Although this hasn't fixed my problem, I realised that having


    var WaterComplete = 0;

    in the root would override any future alterations. So I've chagned that to


    var WaterComplete:Number;
  15. Replies
    1
    Views
    554

    I think this is the same problem I had a few...

    I think this is the same problem I had a few weeks ago. Someone here suggested that I add this into root:


    this.addEventListener(MouseEvent.CLICK, onMouseClick);

    function...
  16. AS3 CS4 help passing variables between MovieClips

    Hi,

    I'm trying to develop a site map, which draws a tick over the sections of my app that have been completed. I've figured out how to draw the tick and how to pass variables from root to the...
  17. Replies
    9
    Views
    4,281

    I wouldn't have been able to without the error...

    I wouldn't have been able to without the error that my first attempt at fscommand gave me. It wasn't at all ambiguous. Basically, it said "UNC paths are not supported".

    Kind of hard to be confused...
  18. Replies
    9
    Views
    4,281

    Couldn't wait. It is, it's the UNC path business...

    Couldn't wait. It is, it's the UNC path business again.

    I'm going to put in for a new laptop and special privileges.

    Thanks for your help. :)

    -A-
  19. Replies
    9
    Views
    4,281

    ... drat Is it possible that the reason this...

    ... drat

    Is it possible that the reason this isn't working is because my work is saved on a UNC path? the fscommand (which is pure genius and I will be using from now on, thanks for the...
  20. Replies
    9
    Views
    4,281

    Thanks for the link. I'll investigate and see if...

    Thanks for the link. I'll investigate and see if I can figure out fscommand :)

    If you've got a minute could you tell me what file types the NavigatetoURL command are appropriate for? because I can...
  21. Replies
    9
    Views
    4,281

    It doesn't. Nothing appears in Compiler Errors,...

    It doesn't. Nothing appears in Compiler Errors, Output or any of the screens available. I am a newbie so I may not be looking in the right place.

    -A-
  22. Replies
    9
    Views
    4,281

    AS3 CS4 Button opening external files

    Hi,

    I'm working on a Flash project (which will eventually be published as an .exe - not sure if that makes any difference) which has buttons which need to open up external files.

    The external...
  23. Replies
    0
    Views
    487

    Import .swf CS4 AS3

    Hi,

    I am trying to import some .swf files into a PowerPoint presentation. Before I go any further I need to emphasise that it is important that they work within the presentation, not as an...
  24. Replies
    1
    Views
    599

    ooh! Actually, if I could make a tick sign appear...

    ooh! Actually, if I could make a tick sign appear above the areas they've completed that would be perfect!

    -A-
  25. Replies
    1
    Views
    599

    Tracking user activity CS4 AS3

    Hi,

    OK. I work in e-Learning. My first flash project is an interactive application that teaches the user about three areas of environmental awareness, and between 2 and four technologies that can...
Results 1 to 25 of 35
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center