View Full Version : Flash...
c!rYx
March 24th, 2003, 08:11 PM
I'm not totaly new to this board and I'm not totaly new to Flash MX, but I never made a whole page in Flash. Until now I made all my pages in PS.
The Problem I have is, that I don't really get the 'Whole Flash Tut' from kirupa.. sry ;p
So I wanted to ask you guys, whether you have a really old and really ugly site for me, so that i can see how the scripting stuff works...
Tx
.soulty
March 24th, 2003, 08:32 PM
what problems are you having with the tutorial?
eyeinfinitude
March 25th, 2003, 06:58 AM
Here's a tutorial on how to build a full flash site that's a bit easier than the one on Kirupa.
The problem is that it's for flash 5, but since you're not new to flash then it shouldn't be too hard for you to go through with it in MX. I hope it helps. =)
http://www.ascenvia.net/engine/framemaker.php?tid=497
eilsoe
March 25th, 2003, 07:31 AM
hey man, if you're into html, just think iframes!
use a blank MC as an iframe in your movie :)
and use the loadmovie command to call in other swf's into that MC (like iframes :))
c!rYx
March 27th, 2003, 01:05 AM
Thanks for the good tip. It was a kind of hard to get that stuff working in Flash but i made it. I think i now got the main concept of Creating a Flash Site.
Man, but those tut's are so bad. You really have to remind me to write one when I got it....
Marz
March 27th, 2003, 01:07 AM
There are alot of good quality tuts on here... But I'm not too sure about some of the older ones :P
:player: MARZ :player:
c!rYx
March 27th, 2003, 01:13 AM
I know, the other tuts here are really good so far ;p
But the tut for creating a full flash page are really complex...
Marz
March 27th, 2003, 01:15 AM
Well Creating a full flash page is sort-a... complex anyways... :)
At least I think so.. :beam:
(-: playamarz :)
c!rYx
March 27th, 2003, 01:17 AM
maybe i should just make a flash menu with some weird animation stuff...
Marz
March 27th, 2003, 01:19 AM
*shrugs*... I have been teaching a guy how to do simple menus and stuff and I'll be frank.. It's not incredibly easy :)
playamarz :player:
c!rYx
March 27th, 2003, 01:20 AM
But easier than creating a whole page with several swf files/...
Marz
March 27th, 2003, 01:25 AM
True.. And it loads up faster :)
Playamarz
c!rYx
March 27th, 2003, 01:30 AM
jeah, i need to learn how to make a loader
Marz
March 27th, 2003, 01:39 AM
*lmao*... Preloaders can be a pain in the *** at times...
Especcially if you've created your entire site at first...
I'd suggest spanking the monkey.. :)
I mean... I'd suggest flogging the flagpole...
Errm... In all matters I'd say you'd have to just look around the tutorials they have here.. Some cool ones can be found here.. Or search the forums.. People talk about preloaders like they are going to be nuked :P
playaMARZ :player:
c!rYx
March 27th, 2003, 01:48 AM
oki, so you would recomend, that i should learn how to preload and then to make the flash stuff ?
Marz
March 27th, 2003, 01:52 AM
Actually.. Learn how to do the flash stuff so you have something to load up.
Playamarz :player:
c!rYx
March 27th, 2003, 01:56 AM
hoe ?!? ok ;p
morse
March 27th, 2003, 02:16 AM
If you just want to learn to make a Flash site, start off by making different scenes and going between them. Dont do loading swfs right away.
And for preloaders- just find a really simple one and use that. Look here:
totalb = _root.getBytesTotal();
loadedb = _root.getBytesLoaded();
if (loadedb == totalb) {
_root.gotoAndPlay(3);
}
This is what I use on my sites. Easy!
eilsoe
March 27th, 2003, 02:21 AM
lol, exactly the same way as I do it morse :P
morse
March 27th, 2003, 02:21 AM
Great minds think alike!
c!rYx
March 27th, 2003, 02:57 AM
and you set that in a while turn (i hope you know what i mean) and play a animation in that time... right ?
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.