A Flash Developer Resource Site

Search:

Type: Posts; User: Lizzie.Fellows

Search: Search took 0.03 seconds.

  1. :) thanks that works!! brilliant thanks Rob! ...

    :) thanks that works!! brilliant thanks Rob!

    :smoov:
  2. I tried import flash.display.MovieClip; ...

    I tried

    import flash.display.MovieClip;



    function hArea (e:MouseEvent) {

    getChildByName(e.target.name + "H").gotoAndStop(2);
  3. problems converting a string into a movieClip name

    My code is below. I have an external Class AS file doing most of my code but I need some of the moviClips to highlight areas (other movieClips) when they're rolled over.

    I've kept instance names...
  4. thanks

    thanks
  5. in my code window in flash it doesn't highlight...

    in my code window in flash it doesn't highlight "right" in blue? so i'm not sure why this is doing that!
  6. yes there is a zoom button which makes map_mc get...

    yes there is a zoom button which makes map_mc get bigger every time its clicked.

    I've managed to get it to not show the white but it snaps back to 0,0 each time heres my code


    import...
  7. sorry that didn't work either... I think the...

    sorry that didn't work either... I think the rectangle variable doesn't work very well with off screen rectangles perhaps...

    I did think there would be a way using variables to make the noWhite...
  8. sorry that didn't work

    I tried adding those extra if statements to the function but it didn't change anything you can still drag it too far.

    so then I tried the rectangle which I'd tried before but differently and it...
  9. AS3 zoom and drop/drag movieClip problem

    I have an aerial photograph which takes up the whole window and is a movieClip called map_mc.

    I have two listeners that mean the user can drag the image around in the window to see more of it. I...
  10. Movieclip following the mouse triggered by a Rollover/out EventListener

    Hi

    I'm trying to get a small label to follow the mouse when the mouse is over the button and stops following and moves to the side on rollOut. Which works/worked until I wanted another one of the...
  11. I get your point, I'll see if i can do it through...

    I get your point, I'll see if i can do it through Air although I haven't had any dealings with Air yet so it could be difficult.

    thanks
  12. Hi 5TonsOfFlax thats not what I'm trying to do...

    Hi 5TonsOfFlax thats not what I'm trying to do its a consultation project and the volume must be exactly the same. Plus its not going to be on the web it's a dvd/application thing.
  13. Controlling the users pc or mac volume with actionscript

    I've been asked to hard code in playing the video at full sound. I'm using the flash video component and I have several videos where the sound needs to be played at full volume.

    I have set up the...
  14. thanks

    thats great worked like a charm

    cheers mate!:)
  15. A for loop to run the same piece of code for lots of movieClips

    I'm using AS3 on Flash CS4.

    Instead of having this:
    DS1.stop();
    DS2.stop();
    DS3.stop();
    DS4.stop();
    DS5.stop();
    DS6.stop();
    DS7.stop();
  16. Thankyou

    Thanks thats great I looked everywhere and couldn't find the answer they've really changed the way you load with 3.0 I'm doing some tutorials to play catch up and get my head around it .

    Ta very...
  17. Loading in and external swf and unloading it from a MC button inside the external swf

    Hi,
    I used to do this fine with AS2 and now i'm struggling to get it to work in AS3.
    my code is as follows:


    PW1.addEventListener( MouseEvent.CLICK,loader1 );

    //==================== PS...
  18. thanks

    Do you know any where i can read about it, or get a tutorial on using it? :)
  19. What was this done in/with is it flash

    My boss really likes this and i don't even know if it was done in Flash?
    http://www.weforum.org/documents/riskbrowser2010/risks/#
    if it was how is something like this put together and also what is...
  20. it works thanks thats brilliant cheers

    it works thanks thats brilliant cheers
  21. thanks Moot I shall give it a try...

    : liz
  22. AS2 CS3 buttons in loaded swfs loading other external swfs into the main timeline.

    Hi,

    First timer to the forum here.

    I have a main fla file which loads an external swf into an empty movieclip on the main timeline which works fine but I want a button in the external swf to...
Results 1 to 22 of 22




Click Here to Expand Forum to Full Width

HTML5 Development Center