Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. netchen

    scrolling multiple movie clips

    Hi, actually I do have a few issues still... sorry! I have this code on the scrolling up mc: on (rollOver) { this.onEnterFrame = function():Void { if (_parent.content._y<200) { _parent.content._y += 5; } }; } and the opposite on scrolling down (_y -=5;)...
  2. netchen

    scrolling multiple movie clips

    Thank you so much! Works perfect!
  3. netchen

    scrolling multiple movie clips

    Thanks, that works. But i do have one more question... it scrolls without stopping. How can I tell it to only scroll up and down if there is anything in the content? At the moment it scroll up and down even if there is no more text in the content. Thanks for your help!
  4. netchen

    scrolling multiple movie clips

    well i don't have only got a part of the scrollbar. i have an arrow up and and arrow down and i would like it to scroll on rollOver. could you help? the scroll bar sitts in its own movieclip on the root timeline and the code on each button that i've got looks like this: on (rollOver) {...
  5. netchen

    Coloring a picture

    Hi, I would suggest to scan the pic, load it into flash and then use the pen tool to create outlines of whatever image it is which you can then drag and adjust, fill with the paint bucket etc...
  6. netchen

    scrolling multiple movie clips

    Hi everyone, I have a question I don't seem to be able to get around. What I want to do is have a scroll bar on the _root timeline of my movie that will act for 5 different movie clips (each is a the content of each section in my navigation). I have placed all the content in a movieclip called...
  7. netchen

    load external swf

    no, it's actually an offline presentation - so it should be easy to load the movie i thought, but it doesn't work because of whatever reason!? i thought when it's offline i don't even need a preloader!?
  8. netchen

    load external swf

    ok thanks. but how can i then be able to load those big movies? is there a way of loading them at the start of the application and then only see them when you click the specific button? they are short films so i don't know how else i can incorporate them into the main application!? thanks for...
  9. netchen

    load external swf

    hi! in a movieclip on the first frame i have a button with the code: on(keypress "<Enter>"){ gotoAndStop("Sommerhaus"); } that's fine, it jumps to the specific frame where i have this code: onEnterFrame = function(){ function loadSWF(){ loadMovieNum("test.swf", 1); } } stop()...
  10. netchen

    on(keyPress &quot;&lt;Enter&gt;&quot;){

    thanks! it works well now!
  11. netchen

    on(keyPress &quot;&lt;Enter&gt;&quot;){

    i just tried it as well and nothing happens? how is that possible???
  12. netchen

    on(keyPress &quot;&lt;Enter&gt;&quot;){

    hi! i am doing an application where only the keyboard should be used. it all works fine with the direction buttons on the keyboard (left, right, up, down) but when i want to enable the enter button it doesn't work. i want the movie to jump to a specific frame or play a specific mc when the...
  13. netchen

    if statement problems

    hi! ok, here is the link: http://www.voodoo.cc/newpagetest/videos2/voodoo_v12_steuer.zip i can only say, thanks again and again for your great help!
  14. netchen

    if statement problems

    i'll try again ;-) the main navigation buttons are on different frames on the main timeline. thats why for example it works with the section scan that is located on frame 3 of the main timeline the code is the same as above but only using _root.gotoAndStop(3); using the variable as...
  15. netchen

    if statement problems

    sorry, i did write it a bit confusing ;-) ok: the code is on frame 2 (after the preloader bit) of the main timeline. what it does is that if i want to go to a specific part of the application straight in the internet browser i write: www.voodoo.cc/newpagetest/&gotolink=fullservice (that is the...
  16. netchen

    if statement problems

    hi! i've been working on an application where i use a variable to get to a specific part of the application. now the name "fullservice" is nested within two different parts - in the mc_navigation_services movieclip (that is where the button calls the action to open the file nested in another...
  17. netchen

    java/html with actionscript

    ok, i think i see what you mean. so if i would use the getvariable method and call it for example home - how would i be able to call it in flash? do i have to call all the different functions in the first frame of the movie? or in the frame where the actual variable should be called in (as i...
  18. netchen

    java/html with actionscript

    sorry i meant i am trying to send information into flash... I've had a look at that link and i still couldn't find the solution. do you know anything about the gotolink function that i can incorporate into my flash movie?
  19. netchen

    java/html with actionscript

    yep that's right. i am trying to send information out of flash and i am pretty clueless to be honest... but i'll check that link for a start! thanks!
  20. netchen

    java/html with actionscript

    hi pixl8r! thanks for your help. i think i understand what you were trying to explain but what i need is the other way round (if i understand it right!?): the website i did consists of one flash file. it has probably 7 points in the navigation plus some sub menues. as the one flash file can be...

Part and Inventory Search

Back
Top