A Flash Developer Resource Site

Search:

Type: Posts; User: Neil Hillman

Page 1 of 9 1 2 3 4

Search: Search took 0.16 seconds.

  1. Understanding this ActionScript - please help!

    I have been a member here since 2003, please help me!

    I am trying to reverse engineer some ActionScript, to get an already compiled SWF game working on my site.

    The game is a V3 Arcade game,...
  2. Replies
    1
    Views
    489

    Okay, I figured it out myself. If anyone is...

    Okay, I figured it out myself. If anyone is interested, the target MUST be in quotes, as in:


    on (release) {
    getURL("/4666d2330.pdf", "_blank");
    }
  3. Replies
    1
    Views
    489

    Open in new window?

    Okay, this should be easy, but I am having problems...

    We are producing an online publication in PDFs, with a fancy Flash navigation menu which should open each PDF in a new window. The code I'm...
  4. Replies
    3
    Views
    610

    Can no one help me with this?

    Can no one help me with this?
  5. Replies
    3
    Views
    610

    Thanks gparis, I did start off using that work...

    Thanks gparis, I did start off using that work around, but even that becomes unusable once you get past 2200 px wide, everytime I try to move anything I get the invalid positioning error. I really...
  6. Replies
    3
    Views
    610

    [MX] Maximum clip width?

    Hi,
    I am trying to build a site using the navigation style more commonly known as "Barney's menu", (where the pages glide in from the side). Here's what I have so far:
    ...
  7. Replies
    2
    Views
    651

    For anyone interested, I found a tutorial at...

    For anyone interested, I found a tutorial at Stickman:
    http://www.the-stickman.com/tutorials/f4barneys_menu.shtml

    (I'm still interested to hear from anyone who has other tutorials or experience...
  8. Maybe you need to be a bit more specific about...

    Maybe you need to be a bit more specific about which part you are having trouble with. I doubt someone is going to build the whole menu for you from scratch, but maybe if you asked for help on the...
  9. Replies
    2
    Views
    651

    Sort of like this:...

    Sort of like this: http://www2.petrobras.com.br/minisite/urucu/urucu.html
  10. Replies
    2
    Views
    651

    Horizontally scrolling site

    I'm not sure if I can explain this too clearly, but I'm sure many of you will know what I mean. There is a type of flash site design that is quite popular, where all the pages of the site are in one...
  11. Replies
    2
    Views
    586

    comboBox on(change)?

    Why can't I add an on(change) handler to my comboBox!?!

    This is really driving me mad. I place a comboBox on the stage, select it, give it an instance name, then add the following actionscript:
    ...
  12. Replies
    3
    Views
    947

    mc._tint(); ???

    Hello,
    I know you can alter the alpha of a movie clip from within actionscript by doing something like the following:


    on (rollOver) {
    mc._alpha = 50;
    }

    But is it not possible to do the...
  13. Replies
    3
    Views
    2,525

    It has to be buttons, not movieclips. Do...

    It has to be buttons, not movieclips.

    Do buttons not support swapDepths() ??
  14. Replies
    3
    Views
    2,525

    on(Rollover) {bring to front}

    I have several buttons on the stage, but because they all overlap, I need which even one you mouseover to change it's depth so that it is on top.

    I tried doing something like:

    on (rollOver) {...
  15. Replies
    2
    Views
    1,074

    Hi Hum, Thanks for your input, but I think I...

    Hi Hum,
    Thanks for your input, but I think I need to use buttons, not movieclips. The reason being, my buttons are all iregular shapes and they overlap, so the "hit" area needs to be defined by the...
  16. Replies
    2
    Views
    1,074

    Enlarge button on mouseover?

    Hi,
    Can anyone tell me how I can make a button enlarge on mouseover? I basically want to make the buttons "pop" out when you mouseover, and back again when you mouseout, preferably with a fluid...
  17. Replies
    1
    Views
    564

    Can someone please explain why...

    Can someone please explain why...

    ...if I create a new button symbol on the stage with the instance name "blankButton", and in it I create a dynamic text field inside that with the instance name...
  18. Replies
    1
    Views
    373

    Hello? Anyone? Don't all answer at once!

    Hello? Anyone? Don't all answer at once!
  19. Replies
    1
    Views
    373

    Creating dynamic menus.

    What I want to do is take an array of links and create a menu on the fly from it.

    Basically, have a simple button, which displays the link text on it, and opens the link URL "onclick". Then create...
  20. Replies
    0
    Views
    323

    Help with easy project ;-)

    I am trying to do something which should be real easy for an advanced ActionScripter, but I could really use a few pointers in the right direction, as I am but a humble n00b.

    The first thing is to...
  21. Replies
    11
    Views
    665

    Thanks, that has sort of worked, except that my...

    Thanks, that has sort of worked, except that my links don't seem to sit inside the ScrollPane, but in front of it. That is to say they don't seem to be contained within the ScrollPane, they overlap...
  22. Replies
    11
    Views
    665

    Okay, I read through the documentation on...

    Okay, I read through the documentation on scrollPanes and it looks pretty straight forward. The problem is that in order to display my links array within the scrollpane I have to move it off the root...
  23. Replies
    11
    Views
    665

    That is working perfectly! Now my next question,...

    That is working perfectly! Now my next question, (if you're not fed up with me already :rolleyes: ), is:

    I have my list of links in an swf that is 180px wide, and i*12px high, (where 'i' is the...
  24. Replies
    11
    Views
    665

    Thanks! That's brilliant...

    Thanks! That's brilliant...
  25. Replies
    11
    Views
    665

    Sorry but I'm not really sure what you mean by...

    Sorry but I'm not really sure what you mean by "movieClip Object". I already have a movieClip symbol with the instance name "myButton", isn't that it? When I right click on it, there isn't any...
Results 1 to 25 of 201
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center