A Flash Developer Resource Site

Search:

Type: Posts; User: badenwrens

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. fixed it: ...

    fixed it:

    _root.carousel_holder[woteva].gotoAndPlay("start");

    Cheers,
    Ben.
  2. so that the actual path its going to is: ...

    so that the actual path its going to is:

    _root.carousel_holder.bar1.gotoAndPlay("start");
  3. Hi ilike2, Thanks for your reply, If i...

    Hi ilike2,

    Thanks for your reply, If i hard-code it as you suggest it works fine, but it needs to include the variable and the string as below:

    _global.woteva = 1;
    ...
  4. How to write a gotoAndPlay with the addition of a variable

    So I've defined my variable:

    _global.current = 1;

    And below i am accessing an MC called 'carousel_holder', which has an MC named 'bar' and inside this MC is a final MC named 'bar1'.

    So ive...
  5. Replies
    1
    Views
    929

    Animating a movieclip wth actioncript

    Hi,

    I would like to know how i can get a movieclip to move to a certain position when triggered by clicking on another movieclip. I am building a collapsible vertical menu system and i need to...
  6. Hey, Thanks for your 'speedy85' response,...

    Hey,

    Thanks for your 'speedy85' response, worked perfectly.
    : o)
  7. [F8] Greater than or equal to this, but less than this...

    Hi,

    I would like to tell the flash movie to go somewhere based upon the playheads current position, i'm using the code below and its not causing any errors but its also not working, it just keeps...
  8. Replies
    1
    Views
    310

    getURL Issue

    Hi,

    I'm trying to open a .pdf document from an swf on a CD. The actual file is on the cd at the same level as the file, and on the button i'm using the following:

    on (release) {...
  9. Replies
    3
    Views
    1,378

    Thanks

    That worked great, however I was expecting the gallery to be constrained within the movieclip, but it seems to take over...

    When you load an .swf into a MC, is it not usually the case that the...
  10. Replies
    3
    Views
    1,378

    loading an swf into a blank movie clip...

    Hi, I'm just integrating the ImageVue EX gallery into my flash file, i have a blank movie clip with the following code added - i've double and triple checked the path too... it just doesnt seem to...
  11. Thread: Array Issue

    by badenwrens
    Replies
    2
    Views
    344

    Array Issue

    hi,

    I have 4 arrays and depending on the value of a variable in my movie, one of these 4 arrays will be active, my issue is that when an array is selected it does not go to the first array...
  12. Replies
    2
    Views
    401

    that worked great, thanks for your help.

    that worked great, thanks for your help.
  13. Replies
    2
    Views
    401

    detect mouse position

    Hi,

    I have a MC that scrolls on mousewheel, i'd like to constrain the scolling to only when the mouse is hovering over the clip, and not activate when scrolling over the whole stage, could anyone...
  14. Replies
    10
    Views
    407

    thanks, that was definitely not helping! -...

    thanks, that was definitely not helping! - Unfortunately still not displaying, i'll keep playing around with it, thanks again for you help!
  15. Replies
    10
    Views
    407

    Hi, I got level 0 returned to me; below is the...

    Hi,

    I got level 0 returned to me; below is the output of your code:

    _level0.titleClip
    _level0.right_side
    _level0.instance1


    Cheers!
  16. Replies
    10
    Views
    407

    yeah, still undefined, thanks for the realtime...

    yeah, still undefined, thanks for the realtime support by the way!
  17. Replies
    10
    Views
    407

    i get: _level0.titleClip

    i get:

    _level0.titleClip
  18. Replies
    10
    Views
    407

    thanks for the reply, i'm getting 'undefined'...

    thanks for the reply, i'm getting 'undefined' back...

    I can't understand why that reference is not correct tho, i am tracing it right from the root.
  19. Replies
    10
    Views
    407

    easy problem...brain not working

    Hi,

    I have an array, and the following if statement checks whether or not the current value is equal to 1, if so it reads the code, i can get it to trace the test everytime i hit the second entry...
  20. Replies
    2
    Views
    426

    Here is the jump to number code. Not entirely...

    Here is the jump to number code. Not entirely sure i am calling it, i seem to be calling delta at the moment!


    var yPositions = new Array(0, -150, -300, -450, -600);
    // this is an array for...
  21. Replies
    2
    Views
    426

    help with scrolling mousewheel

    Hi, i'm adjusting my gallery to work on mouse scroll and the following code allows me to scroll though it, however once i am at either the top or the bottom and continue to scroll it freezes up......
  22. Replies
    2
    Views
    355

    Thanks Sleeve, I've taken your code and...

    Thanks Sleeve,

    I've taken your code and reworked things a bit - now i can get the first statement to work, so i can scroll in one direction, however i cannot get the other function to initate so...
  23. Replies
    2
    Views
    355

    nested function not working

    Hi, i'm trying to get my gallery scroller to activate on scrollwheel instead of just button click - to do this i've added the listener code and nested the scrolling function inside, however the...
  24. Replies
    3
    Views
    432

    Fantastic! Thanks for the information.

    Fantastic! Thanks for the information.
  25. Replies
    3
    Views
    432

    Mouse Listener Script

    Hi,

    Am having some problems getting this listener working - seems to only function with actionscript 2.0? Any ideas how i can get it working for 1.0 in keeping with the rest of my site?

    var...
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center