RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (Full Version)

All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy



Message


EragonZZZZ -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/17/2008 10:43:17)


quote:

ORIGINAL: Taerzik

Looks good so far. Check the C and D on frame 1? Also, should != be !== ?


I'm pretty sure it shouldn't be.



Fire is not noobish, by the way. :P
Fire is good practice for particle effects, etc. It's not the hardest thing ever, but it's not noobish.




flsg -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/19/2008 12:16:01)

I just wrote a whole paragraph onthta != and !== and got no way of testing it, since in AS3 they removed an important conversion before the comparaison >_<




the zpy -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/20/2008 8:23:15)

Okay maybe this will sound a bit noobish but I really need an answer to the question......
When ever I make a piece of art in flash using the pen/pencil tool I get small areas that isn't colored... Why does that happen?
example
Only look at the colored areas.....




biG frend -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/20/2008 11:15:51)

Probably just a rough scan in.




the zpy -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/20/2008 13:58:19)

BiG: You aren't talking to me are you?
The sketch is made by AE...... It happens to all my art when I use the pencil tool..... and I cant seem to find what is wrong.....




biG frend -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/20/2008 15:57:28)

Yeah it sketched the lines but your probably trying to fill in the bottom layer, with the nasty unclean white part.




Awsome Teh Cake -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/20/2008 22:14:36)

I have a question for anyone who wants to answer, does anyone know how to stop a fire (made with Action Script) when a certaint object's height or width is 1 or less (somehow (Magic! (Just as Artix fixes all the bugs))).




biG frend -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/21/2008 1:41:05)

Just put the AS with the effect in an If Statement of if the height is higher than one, { AS }
and such forth.




The Illusive Man -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/27/2008 5:25:53)

expanding on what bigfrend said...

*this is bad, i can't remember my syntax too well*

I'm guessing that the fire you made is in its own movieclip? or is a generated object with an instance name?

if not, it would be something like that.

In an if statement, you'd query about the height (probably _y) and if it's true put the stop(); action in it. if not, then break out of the loop.




tauguy -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 10:58:08)

Now, I expect the answer to this to be no on the most part, but I may as well try.

Do any of you know how to code a flash chat client, or know of an open source flash chat client, or anything that would help to make a flash chat client?

Or failing that, I can get a message to be posted easily, but how can I make it so that when you enter a new 'message' it doesn't replace the current variable in a box?




biG frend -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 11:15:00)

You can find tutorials around, but you need to know Php and mySQL and a fair bit of advanced flash stuff.




tauguy -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 11:18:30)

Do you have a link to the tutorials?

I'm getting better at PHP and MySQl, so I just wanted to 'examine' the code mostly and give it a try.
I also wanted to play with my apache server a bit.




The Illusive Man -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 12:26:41)

i've found this

http://www.sephiroth.it/tutorials/flashPHP/flash_chat/

It's not too high performance, but it should work.

You need a server (free hosting should do) that supports php and mysql.

-Althorne




tauguy -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 12:30:59)

I believe tripod lycos should work as a server
Thanks for the link




The Illusive Man -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 12:39:41)

tripod won't work. It doesn't have php/mysql (that i know of)

try quotaless.com or atbhost.com

they both have support




tauguy -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (5/31/2008 16:24:24)

quote:

Features include: PHP5, MySQL, FTP, WebFTP, Guestbook, Feedback Forms, Counter, Statistics, Polls


But you probably know better hosts than I do, so I will try those two.

Edit: atbhost doesn't seem to exist any more :S ...

EditEdit: CAn anyone explain ActionScript Classes in a way that someone may actually understand?




Awsome Teh Cake -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/1/2008 20:41:31)

@Althorne: Will hostmonster work? I've tried it a different style/way of making a chat system, and the php didn't work, yet it says it handles php.




The Illusive Man -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/2/2008 3:01:06)

dunno, some hosts block specific commands that might be harmful to their servers. for example, the majority of free hosts block phproxy (an anonymous browsing program).

I'll check it




Awsome Teh Cake -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/3/2008 18:15:02)

Hostmonster aint' (not even a real word!) free, it costs a tiny bit, yet I think that might be the problem... I'll ask on the hostmonster forum.




flsg -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/4/2008 17:38:56)

BTW, is there anyone who still works on multiuser applications...




Awsome Teh Cake -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/6/2008 22:24:39)

@flsg: I'm pretty sure taerzik (sp?) is still, though I'm not entirely sure... I was going to try it, yet I decided to start in a few years, maybe 4 or so...
Btw, I know this isn't really the place to ask, however, I was looking for a flash teacher/tutor, and I was wondering if anybody could help out, because there's nobody in the STO...




Awsome Teh Cake -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/7/2008 8:31:36)

Can anyone give me a link to the download trial for Flash 8 pro? I'm trying to get it on another comp....




The Illusive Man -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/7/2008 9:22:42)

google is your friend. Can't you get CS3?

Try download3000.com




biG frend -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/7/2008 10:37:33)

There nobody in the STO, you obviously didnt look very hard :p.




lil boi blue -> RE: Flash Q&A Thread 5 - Flash Has Shares In Your Soul (6/7/2008 14:03:40)

hey, i have a movie that i just dropped from 100,000 kb to 27,000 kb but is still too big of a file ( if you can guess ;]) by lowering my fps from 48 to 24, do you know another way to lower the file size? it takes forever just to "ctrl + enter" and its waaay to big to upload online, 12 fps kinda sucks so i was hoping for an alternative




Page: <<   < prev  4 5 [6] 7 8   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition
0.09375