liveacoustic
January 30th, 2002, 03:50 PM
Yeah, I'm still alive. I just haven't been working with anything new for a while, so haven't had any reason to ask anything.
Anyway, I'm trying to make a scroller and I'm having trouble with what should (I figured) be the easiest part.
To make sure that the scroller just goes along the set scrolling area, I put the following code in frame one:
c = Scroller._x;
u = Scroller._y;
to check the x and y quardanants of the scroller, a movie clip with a button inside named "Scroller". For some reason, though, it seems to think that the Scroller is somewhere in the top left corner (and slightly offscreen), as I discovered when I restricted the startDrag and tested in the project. It should be noted that the Scroller is in the bottom left corner and very much so on screen.
Anybody know where I've gone wrong?
It's occured to me that I might be misusing _x. Seeing as this is probably the case, may I politely recommend that it would be helluva convenient if Kirupa were to make a tutorial that explains what each of the useful but relatively unaccessible in Normal Mode commands do?
Anyway, I'm trying to make a scroller and I'm having trouble with what should (I figured) be the easiest part.
To make sure that the scroller just goes along the set scrolling area, I put the following code in frame one:
c = Scroller._x;
u = Scroller._y;
to check the x and y quardanants of the scroller, a movie clip with a button inside named "Scroller". For some reason, though, it seems to think that the Scroller is somewhere in the top left corner (and slightly offscreen), as I discovered when I restricted the startDrag and tested in the project. It should be noted that the Scroller is in the bottom left corner and very much so on screen.
Anybody know where I've gone wrong?
It's occured to me that I might be misusing _x. Seeing as this is probably the case, may I politely recommend that it would be helluva convenient if Kirupa were to make a tutorial that explains what each of the useful but relatively unaccessible in Normal Mode commands do?