A Flash Developer Resource Site

Search:

Type: Posts; User: met4tron

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,892

    Hi Its still not working! i found some more...

    Hi

    Its still not working! i found some more code in the gallery which could be causing the issue. I didnt make the gallery so I dont know if you can make sense of it??? Happy to post fla if you...
  2. Replies
    3
    Views
    1,892

    aargh this is killing me! does anyone know the...

    aargh this is killing me! does anyone know the answer
  3. in CS3 Press F1 do a search for drop down menu in...

    in CS3 Press F1 do a search for drop down menu in "all books" combobox.open is what you are looking for... alternaltively kirupa.com is pretty good for tutorials in general both AS2 and 3
  4. Replies
    3
    Views
    1,892

    [CS3] Gallery minor issue AS2

    hi people

    got a small problem with a photo gallery im making. everything is sweet apart from this..

    have buttons for previous and next. i have a preloader in frame one. the code i used for the...
  5. Thread: [CS3] Buttons

    by met4tron
    Replies
    10
    Views
    1,007

    cheers.. this menu bar is just a line of buttons...

    cheers.. this menu bar is just a line of buttons on an html page. what i want is when the mouse leaves the flash movie the triangle disappears.. not individual rollouts for each button because like...
  6. Thread: [CS3] Buttons

    by met4tron
    Replies
    10
    Views
    1,007

    heres the code //import the tween class os...

    heres the code



    //import the tween class os you can use it
    import mx.transitions.Tween;

    //create a tween function so you can re-use it

    function highlightMe(targetClip, targetPos){
  7. Thread: [CS3] Buttons

    by met4tron
    Replies
    10
    Views
    1,007

    hi whispers an anyone else looking at this post ...

    hi whispers an anyone else looking at this post

    thanks for the code. i was wondering if it was possible for when the mouse is not hovering over the button make your triangle for example disappear...
  8. post em

    post em
  9. Replies
    1
    Views
    758

    hey i checked out the source for your site and...

    hey

    i checked out the source for your site and the only swf object is the main one underneath the home welcom etc tabs. should there be another one? if not the main one plays fine on my machine.....
  10. Replies
    2
    Views
    746

    yes there is... right click the picture and...

    yes there is...

    right click the picture and select break apart you can now edit the picture as you see fit... if you have converted it to a symbol however you will need to break it apart twice to...
  11. Replies
    2
    Views
    974

    hello youtube is blocked where i work can you...

    hello

    youtube is blocked where i work can you attach a screen dump so i can check it out please?

    thanks
  12. Thread: [CS3] Buttons

    by met4tron
    Replies
    10
    Views
    1,007

    hey whispers... thanks so much for that you...

    hey whispers... thanks so much for that you nailed it!
  13. Thread: [CS3] Buttons

    by met4tron
    Replies
    10
    Views
    1,007

    [CS3] Buttons

    Hi all

    I have a row of buttons in a movie clip. does anyone know how to make it so that a square or something will follow the mouse along the buttons highlighting each one along the way? eg
    ...
  14. Replies
    6
    Views
    886

    mneil... you RULE! for some reason when i did...

    mneil... you RULE!

    for some reason when i did the code math was black (liek dreamweaver html when the code is wrong) god knows why but you sorted it... thanks again
  15. Replies
    6
    Views
    886

    yes 2.0 its not an error its just that my little...

    yes 2.0
    its not an error its just that my little box is no longer moving around the screen randomly it just stays in one place and flashes. i want it to move randomly around my text which is in the...
  16. Replies
    6
    Views
    886

    onClipEvent (enterFrame) { _x =...

    onClipEvent (enterFrame) {
    _x = Math.random()*282+233;
    _y = Math.random()*9+65;
    _alpha = random(100);
    }

    hey man this didnt work. the moving box just stayed still and flashed. have i typed it...
  17. hmm thats kind of weird! try without the dot as...

    hmm thats kind of weird! try without the dot as it should recognise the location from the root of the folder. so just "/photos.htm"

    let me know how you get on
  18. Replies
    4
    Views
    883

    http://www.anychart.com/blog/2007/09/23/solving-pr...

    http://www.anychart.com/blog/2007/09/23/solving-problem-with-printing-flash-content-in-firefox-browser/
  19. dont use the c documents and settings one. that...

    dont use the c documents and settings one. that wont work unless your pc is a web server! and the other one. are the other pages flash? if not you dont need the _self just the path

    on (release) {...
  20. Replies
    4
    Views
    883

    try in IE tools->internet...

    try in IE tools->internet options->advanced->Printing-> TICK print background colours and images

    should work then
  21. try using the full path eg:...

    try using the full path eg: http://www.yoursite/page2.html or whatever its called. this will definitely work
  22. Replies
    4
    Views
    667

    why not put your preloader in frame one of your...

    why not put your preloader in frame one of your main movie?

    create movie clip
    give it the actions below

    onClipEvent (enterFrame) {
    _root.stop();
    mctotal = _root.getBytesTotal();
    mcloaded =...
  23. Replies
    6
    Views
    886

    [CS3] random movement

    Hi everyone

    i have a 779 x115 movie with text in the middle. I have a few squares which randomly move around the movie using this actionscript

    onClipEvent (enterFrame) {
    _x = random(779);
    _y...
  24. Replies
    3
    Views
    619

    thanks man how about if i want to tell a...

    thanks man

    how about if i want to tell a button to go to a frame from the main stage. eg the exact opposite of my earlier post. is it called child or do i need to give my button movie clip a name?
  25. Replies
    3
    Views
    619

    scripting help "IF"

    hi all

    anyone know the syntax for the actionscript to do the following...

    have buttons in a movie clip. when the button is released (on (release) ) it plays the button movie. how do i get the...
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center