LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-05-2002, 08:27 AM
Kropsi Kropsi is offline
Registered User
 
Join Date: Mar 2001
Posts: 47
Rep Power: 0
Kropsi is on a distinguished road
Angry Loading and scrolling pictures

I am giving up . I tryed so many times now ...
Can anyone see the mistake I make?

I am making a little menu with scrolling pictures.
In the first and only frame I have this function:

Quote:

whichPic = 4;

Movieclip.prototype.load_pictures = function() {
if (_root.scrolling == "down" && whichPic<_root.last_drawing) {
this._y += 5;
}
if (_root.scrolling == "up" && whichPic>4) {
this._y -= 5;
}
if (this._y>258) {
this._y = -267;
whichPic++;
loadMovie("indhold/arts/drawings/icons/image"+whichPic+".jpg", this.field);
}
if (this._y<-267) {
this._y = 258;
whichPic--;
loadMovie("indhold/arts/drawings/icons/image"+whichPic+".jpg", this.field);
}
};
I have 5 objects placed on scene which I use this function on:

Quote:
onClipEvent (enterFrame) {
load_pictures();
}
Every object is "95" long and distance between the objects is "10".

Function works until whichPic is over last_drawing, which is variable ("6") or under "4". It happens so that distance between some of the objects sudenly change.
And I don't know why... I think maybe there is some thing I don't know about way how to do that.

Thank you very much

P.S. how do you do this ActionScript quote??
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading an external swf in scrolling gallery. cazeroline Actionscript 2.0 5 02-03-2007 12:23 PM
Loading Dynamic Text Link jchiesa Flash MX 2004 1 12-23-2005 01:42 PM
Scrolling to the right and loading a new scene code johnscrumpton Newbies 0 08-04-2005 04:29 PM
Dynamic List : Scrolling or Branch Menu sweeetstranger General Flash 0 04-30-2005 12:25 PM
Loading a SWF on top of a buttonless scroller tapps Flash MX 2 02-22-2005 01:36 AM




All times are GMT. The time now is 09:17 PM.