Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : Rocman on 06/11/2008
2995 pageviews, 1 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
Awaiting 3 votes.
UPDATED
Screensaver News XML is a screensaver that shows messages or news with images when the mouse is not used for a period of time (you define the time)
The message is displayed in the middle of the movie by default.
MY PORTFOLIO

- Price : $5
- buy now
- add to alerts








help
and feedback
latest
news
latest
forum entries
The message appear by default in the center of your movie, but you can change the appear location, just openn AS-Show movieclip and go to line 7
//align the message to the center
_root.message_mc._x=Stage.width/2
_root.message_mc._y=Stage.height/2
change the values
exalmple:
Message Align to the Right and in the middle
_root.message_mc._x=Stage.width-310.0
_root.message_mc._y=Stage.height/2
Message Align to the Right and inthe bottom
_root.message_mc._x=Stage.width-310
_root.message_mc._y=Stage.height-130
just need to play whit the values