I know, that this, what I actually want, must be very simple, but I couldn't get scrolling to work.
The source is here: http://www11.rapidup...l&filepath=1709
Thanks in advance.
Topic Closed [Multiple Reason] -scrolling issue
Started by ribo6, Jan 08 2006 05:56 PM
3 replies to this topic
#1
Posted 08 January 2006 - 05:56 PM
#2
Posted 09 January 2006 - 06:42 AM
Hi dude
There a few mistakes on your fla, first of all:
functions need to be defined like this:
not like this = function (scrDown){
and second: you defined a variable for the interval inside the buttons... if you don't prefix it with "var" that variables will not be accessible from anywhere else.
Here the fixed fla file: http://www.six4rty.c...ad/scroller.zip
Have Fun
Funkysoul
There a few mistakes on your fla, first of all:
functions need to be defined like this:
function yourFunctionName (){
// your code;
}
not like this = function (scrDown){
and second: you defined a variable for the interval inside the buttons... if you don't prefix it with "var" that variables will not be accessible from anywhere else.
Here the fixed fla file: http://www.six4rty.c...ad/scroller.zip
Have Fun
Funkysoul
Edited by funkysoul, 09 January 2006 - 08:29 AM.
#3
Posted 09 January 2006 - 07:57 AM
funkysoul
Thank you very much, you helped me a lot
Thank you very much, you helped me a lot
#4
Posted 09 January 2006 - 03:53 PM
This topic was closed for one of the following reasons:
- Repeated question (please use Forum search)
- Original question has been answered, please start a new topic if requiring further help.
- Topic is inappropriate for discussion on this Forum.
If you feel your topic was locked wrongly please message the Pixel2Life Staff member whom closed it for an explanation, otherwise message one of the Administrators.
- Repeated question (please use Forum search)
- Original question has been answered, please start a new topic if requiring further help.
- Topic is inappropriate for discussion on this Forum.
If you feel your topic was locked wrongly please message the Pixel2Life Staff member whom closed it for an explanation, otherwise message one of the Administrators.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
