ActiveDen

FLASH XML NEWS TICKER - STV

  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • France
  • Referred between 100 and 199 users
wildwise says

reminds me my 3d like engine news section :)

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 1 and 9 items
  • Germany
  • Referred between 100 and 199 users
nhstudio says
Author

yours is perfect, i like that style;)

4 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
mediasy says
Purchased

Hello:

What is the code to pause this ticker when you mouse-over its screen and scroolbar?

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 1 and 9 items
  • Germany
  • Referred between 100 and 199 users
nhstudio says
Author

hi mediasay,
goto NewsTickerMC and make a new Layer above Ticker Text, in this Layer create a new MovieClip with same size of Ticker Text area and name it TickerPauser, make this invisible just by set the colour alpha to zero, now go to actions layer and just add the following code at the end of script:
TickerPause.onRollOver = function(){
this.useHandCursor = false;
clearInterval(myInterval);
}
TickerPause.onRollOut = function(){
timer();
}
this cause by rollover The Ticker pause and scroll also works and by roll out the Ticker effect run again, hope this help you;)

4 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
detres says
Purchased

Hi!

How can I change the color of the scrollbar??

I really cant find it

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Bought between 1 and 9 items
  • Germany
  • Referred between 100 and 199 users
nhstudio says
Author

hi detres,
Goto Flash Library>Flash UI Components>Component Skins>FScrollBar Skins>fsb_thumb_middle>open this and in Skin Elements Layer>face_mc, the Movieclip has also a Blur effect on face, that’s it;)

4 years ago

by
by
by
by
by