Reply LinkBack Thread Tools Search this Thread
Old 10-12-2003, 08:15   #1 (permalink)
gray
i still want paying
 
gray's Avatar
 
Join Date: Oct 2003
Location: newcastle, uk
Posts: 4,728
For anyone learning flash...

forget flashkit (too messy) use http://www.actionscript.org/tutorials.shtml who provide nice, easy to understand tutorials.
  Reply With Quote
Old 10-12-2003, 09:19   #2 (permalink)
tomson
hairball
 
tomson's Avatar
 
Join Date: May 2003
Location: London
Posts: 3,158
i reccommend their simple pre-loader.


oh yes indeedy

Last edited by tomson : 10-12-2003 at 09:32.
  Reply With Quote
Old 10-12-2003, 11:20   #3 (permalink)
flatcat
beauty through chaos
 
flatcat's Avatar
 
Join Date: Jul 2003
Location: Vancouver, British Columbia
Posts: 768
ditto
__________________
audentes fortuna iuvat
Flatcat
  Reply With Quote
Old 11-12-2003, 12:28   #4 (permalink)
chips
Mr chips to you
 
chips's Avatar
 
Join Date: Feb 2003
Location: Toronto
Posts: 1,220
I've found this site pretty useful..really clear tutorials
http://www.kirupa.com/
  Reply With Quote
Old 22-01-2004, 07:33   #5 (permalink)
stoavio
Pioneer
 
stoavio's Avatar
 
Join Date: Jan 2004
Posts: 10
Send a message via AIM to stoavio Send a message via MSN to stoavio
Thanks a lot. Both very useful links .
  Reply With Quote
Old 17-02-2004, 03:38   #6 (permalink)
oli
Free Ring Ding™
 
oli's Avatar
 
Join Date: Feb 2003
Location: Manchester
Posts: 9,508
Right, after a about a year of saying im gonna learn flash Ive finally got round to sorting the basics out, and as there seems to be so many flash gurus here lately I thought I'd ask for a bit more help.
I can do the basic stuff like animations etc but I want to start building a full site in flash, and havent been able to find any decent info on how to do it. I can create an interface and the first page and make it all load nicely but how do you create the extra content pages and link to them ?

Any help appreciated, ta,
__________________
..................
  Reply With Quote
Old 17-02-2004, 04:46   #7 (permalink)
JiRaffe
Ur mother's ur brother?
 
JiRaffe's Avatar
 
Join Date: Jun 2003
Location: Liverpool
Posts: 914
if you want it all to be in one self-contained movie then just put the different content pages into separate keyframes with STOP actions on each frame. then on any of your buttons you just put

on(release){
gotoAndPlay(3);
}

you probably already understand this but all you are basically doing is creating a linear animation, but are controlling which parts of the animation a user is seeing at any one time, by jumping backwards and forwards.
__________________
::: TC Magazine :::
  Reply With Quote
Old 17-02-2004, 04:55   #8 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,524
It sometimes helps to load in external movies as different sections though, especially in terms of content management, and it makes is easy to load different sections, rather than the entire site at once.
  Reply With Quote
Old 17-02-2004, 04:59   #9 (permalink)
JiRaffe
Ur mother's ur brother?
 
JiRaffe's Avatar
 
Join Date: Jun 2003
Location: Liverpool
Posts: 914
i agree. especially if each page has images on. depends how big a site it is.
__________________
::: TC Magazine :::
  Reply With Quote
Old 17-02-2004, 05:30   #10 (permalink)
oli
Free Ring Ding™
 
oli's Avatar
 
Join Date: Feb 2003
Location: Manchester
Posts: 9,508
right, cheers that helps a lot. Someone should put up a tutorial for creating sites in flash.
__________________
..................
  Reply With Quote
Old 17-02-2004, 05:42   #11 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,625
Quote:
Originally Posted by sleepingfish
It sometimes helps to load in external movies as different sections though, especially in terms of content management, and it makes is easy to load different sections, rather than the entire site at once.
http://www.sitepoint.com/print/fast-track-flash-site
  Reply With Quote
Old 17-02-2004, 05:43   #12 (permalink)
tomson
hairball
 
tomson's Avatar
 
Join Date: May 2003
Location: London
Posts: 3,158
  Reply With Quote
Old 17-02-2004, 05:59   #13 (permalink)
oli
Free Ring Ding™
 
oli's Avatar
 
Join Date: Feb 2003
Location: Manchester
Posts: 9,508
cheers
__________________
..................
  Reply With Quote
Old 17-02-2004, 06:05   #14 (permalink)
mark
Hey Alan, nice rope!
 
mark's Avatar
 
Join Date: Mar 2003
Location: Cuntoff
Posts: 770
Quote:
Originally Posted by oli
I can do the basic stuff like animations etc but I want to start building a full site in flash, and havent been able to find any decent info on how to do it. I can create an interface and the first page and make it all load nicely but how do you create the extra content pages and link to them ?

That sitepoint tutorial looks pretty good and going modular an loading external .swf's is definitely the way to go.

Once you've gotten an understanding of that it's a short step in figuring out how to get all the main movie movieclips and external swf's talking to each other & from there you can accomplish pretty much anything...flash is so versatile it's unreal, and as some other folks have pointed out it's very likely going to show up across all sorts of devices such as digital tv/pda's/phones/appliances etc. so definitely worth taking the time to learn it.
__________________
Don't get sand on your ice cream...
  Reply With Quote
Old 17-02-2004, 12:02   #15 (permalink)
flatcat
beauty through chaos
 
flatcat's Avatar
 
Join Date: Jul 2003
Location: Vancouver, British Columbia
Posts: 768
Yeah, I heard Audi or some other really high-end car manufacturer is using flash for it's dashboard displays in the coming years
__________________
audentes fortuna iuvat
Flatcat
  Reply With Quote
Old 17-02-2004, 12:09   #16 (permalink)
tomson
hairball
 
tomson's Avatar
 
Join Date: May 2003
Location: London
Posts: 3,158
Soon there will be no real world, just a flash-based illusion of reality.

apparently
  Reply With Quote
Old 17-02-2004, 12:21   #17 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,875
Does that mean the world will inexplicably run slow and juddery for mac users?

darn!
  Reply With Quote
Old 17-02-2004, 12:22   #18 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,625
Learn SVG. It's the future.
  Reply With Quote
Old 17-02-2004, 12:25   #19 (permalink)
Mr Fred
Magazines™
 
Mr Fred's Avatar
 
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,264
canny wait for my alpha tween jacket.

Bit of welsh for you -

"Who's coat is that jacket"
  Reply With Quote
Old 17-02-2004, 12:27   #20 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,875
Alpha tween undies. Now there's a bankable idea.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8