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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by netchen

  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...

Part and Inventory Search

Back
Top