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("/text/01", _y);
if (target<=-1083) {
stop ();
} else {
play ();
setProperty...
I have made a flash movie with a scroll. The code for the upwards scroll is:
on (rollOver) {
target = getProperty("/text/01", _y);
if (target<=-485) {
stop ();
} else {
play ();
setProperty ("/text/01", _y, getProperty("/text/01", _y)-5);
}
}
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.