|
|
#1 (permalink) |
|
Junior Member
Join Date: May 2009
Posts: 1
|
Hello,
i have tried to put multi instances of RSS reader on one page. But actually, when you put for example 4 columns (so 4 RSS news reader SWF) on one page, when you scroll the one on the left, the other column content is moving to, but when i scroll the content of the top right one, the others placed on the left of it doesnt move (which is best). So i guess there is a problem with the definition of mouse over or something. Could you help to fix this ? I appreciate ! my project : tokyojournal email : benopub at gmail.com |
|
|
|
|
|
#2 (permalink) |
|
OYXLUSFlash.com Staff Member
|
Hello,
I see what you mean. Please, follow these steps to fix it: 1. Open NewsList.as and after line 2 (private var mask:MovieClip;) insert: Code:
private var hit:MovieClip; Code:
hit = mask.duplicateMovieClip("asasasa", this.getNextHighestDepth());
hit._alpha = 0;
Code:
hit._width = w; hit._height = h; Code:
private function onMouseMove() {
if (hit.hitTest(_level0._xmouse, _level0._ymouse, true) && scrollIt && !Key.isDown(Key.SPACE)) {
refreshPos();
}
}
|
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 07:47 PM.








Linear Mode
