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 Chriss Miller 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: *

  • Users: palle
  • Content: Threads
  • Order by date
  1. palle

    scrolling for Flash 3 - contn'd

    continued: Down scroll: on (rollOver) { target = getProperty(&quot;/text/01&quot;, _y); if (target<=-1083) { stop (); } else { play (); setProperty (&quot;/text/01&quot;, _y, getProperty(&quot;/text/01&quot;, _y)-5); } }
  2. palle

    Scrolling for Flash 3

    For some reason some of the text was missing in my last thread. Here it is again: I have built a Flash movie with a scroll text. The code for the down arrow is: on (rollOver) { target = getProperty(&quot;/text/01&quot;, _y); if (target<=-1083) { stop (); } else { play (); setProperty...
  3. palle

    Scroll????

    I have made a flash movie with a scroll. The code for the upwards scroll is: on (rollOver) { target = getProperty(&quot;/text/01&quot;, _y); if (target<=-485) { stop (); } else { play (); setProperty (&quot;/text/01&quot;, _y, getProperty(&quot;/text/01&quot;, _y)-5); } }
  4. palle

    Loading movies into levels

    Hey! I made a Flash site, where the main links are on level 1 and all other pages are loaded into level 1 after each other. The reason I did it this way, was to control the print command to print all pages as single frames. Now I have the problem that the movies have a very long loading time...
  5. palle

    Printing instances (Urgent!)

    Hello! I have a problem with printing different instances in a movie. I need to be able to print single instances, without automatically printing all other frames, who have the #p label. I want to give the user the option of printing out text details without having to print the colored...
  6. palle

    Named anchors

    When inserting named anchors into a document, Explorer 4.0 refuses to go there. It usually just goes to the top of the page where the anchor is located. After clicking 2 or 3 times it will sometimes go to the anchor.<br>What am I doing wrong?

Part and Inventory Search

Back
Top