Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

How to do this sliding action ?
 

third man




quote this post edit post

IP Loged report this post

Old Post  09-16-05 - 09:31 AM  
Hi
I have been asked to do a site for a local artist, she has around 40 paintin
gs
she wants to show.
anyone know any decent sites that do this ?

while looking around, i found this
http://www.chereskin.com which i liked for its use of the sliding movie. how
is this effect achieved in Flash ??
much obliged.
-tm



Post Follow-Up to this message ]
Re: How to do this sliding action ?
 

jcavardfromneta




quote this post edit post

IP Loged report this post

Old Post  09-17-05 - 12:37 AM  
tweening...

look at
[url]http://www.actionscript.org/tutorials/advanced/Tween-Easing_Classes_Documented/i[/
url]
ndex.shtml it has a fully documented tutorial!!

basically, you do so:

function tweenText() {
easeType = mx.transitions.easing.Bounce.easeOut;
var begin = 20;
var end = 380;
var time = .5;
var mc = ball_mc;
textTween = new mx.transitions.Tween(mc, "_x", easeType, begin, end,
time, true);
}

so in your case, you would apply this effect to the _y property of your text
.

the different type of tweening:

Strong
Back
Elastic
Regular
Bounce
None

and the 4 types of easing are:

easeIn
easeOut
easeInOut
easeNone





Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 06:27 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Flash Site Design archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top