It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming Flash Forum

Template(psd) to a flash animation

Moderator: Phate

Template(psd) to a flash animation

Postby kagami on Fri Jan 27, 2006 5:50 pm

Is there a possible way to use templates i make wth photoshop and work with them in flash....
heres what i want to do:
--- make the buttons animate (with mouseover features)
--- instead of breaking up the image with tables, i want to keep it together
--- find someone that can show me how to do this, without giving links to tutorials.
kagami
 
Posts: 0
Joined: Thu Jan 26, 2006 2:14 am

Postby webmaster on Fri Jan 27, 2006 7:53 pm

You can just save the photoshop layout as .jpg and then import in in Flash. Then you can make your own onHover -buttons in flash, maybe use imported .jpg -files ever here.
Make sure to check out our TNX Review and Link Vault Review
User avatar
webmaster
Site Admin
 
Posts: 2695
Joined: Tue Aug 17, 2004 1:07 pm
Location: Sweden

Postby stewball on Mon Jan 30, 2006 6:51 am

Umm onHover? Never heard of that class before?!?! :P

Kagami:
1. Make a new MC and put the button images and button of the size you want inside the MC then set up the animations of the buttons (ie. roll over effect, roll off effect). Name the frames "over" and "out" and apply stop(); actions to the frames before them. Next click the button and then put the in the code:
Code: Select all
onRollover(){
    gotoAndPlay("over");
}
onRollout(){
    gotoAndPlay("out");
}
onRelease(){
    _root.gotoAndPlay(Frame X);
}


2. You don't use tables in flash and if you means slicing the layout image no you don't HAVE to do that but you may will find some problems later when actually making your site or whatever.

It seems like you don't actually know the basics of flash. Look on flashkit.com and do some beginner tutorials on how to use flash itself then try moving onto actionscript and actually making stuff in it.
User avatar
stewball
100+ Club
 
Posts: 116
Joined: Sun Oct 30, 2005 6:30 pm
Location: London, UK

Postby stewball on Tue Feb 07, 2006 8:28 pm

o.0 didn't mean to sound so abbrasive there =/
User avatar
stewball
100+ Club
 
Posts: 116
Joined: Sun Oct 30, 2005 6:30 pm
Location: London, UK


Who is online

Users browsing this forum: No registered users and 0 guests