00:00
00:00
Newgrounds Background Image Theme

Ryzmik just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

The Tutorial Collab '07

64,012 Views | 1,253 Replies
New Topic Respond to this Topic

Response to The Tutorial Collab '07 2007-08-14 11:31:47


Hello. Hey. Uh...

It looked like the parts I were interested in weren't open anymore, so I decided to go ahead and make a sig. :]

The Tutorial Collab '07

Response to The Tutorial Collab '07 2007-08-14 13:27:30


At 8/14/07 11:31 AM, blanblan wrote: Hello. Hey. Uh...

It looked like the parts I were interested in weren't open anymore, so I decided to go ahead and make a sig. :]

Looks great, could you improve the quality?

How did you post?

BBS Signature

Response to The Tutorial Collab '07 2007-08-14 15:15:36


Turn that section with the text into a sig man!

Response to The Tutorial Collab '07 2007-08-14 15:50:29


No one commented my tutorial...

link: [ == ]

Set the dimenstions to 700 x 600, and right click>rewind. Then to go through frames rightclick>forward.


BBS Signature

Response to The Tutorial Collab '07 2007-08-14 17:58:26


At 8/14/07 03:50 PM, crushy wrote: No one commented my tutorial...

Well explained and nice screenshots! I just didn't like your orb, sorry.

Response to The Tutorial Collab '07 2007-08-14 20:12:33


Sorry if this is a noobish question but we don't have to add stop commands to our tutorial do we? WIll that happen auto?

Response to The Tutorial Collab '07 2007-08-15 12:39:23


At 8/14/07 08:12 PM, icarus wrote: Sorry if this is a noobish question but we don't have to add stop commands to our tutorial do we? WIll that happen auto?

i think you have to add the stop function to the first frame only

Response to The Tutorial Collab '07 2007-08-15 15:51:07


No, Dep phailed at life. Just add the stop AS to each frame. DONT CODE THE BUTTONS

Response to The Tutorial Collab '07 2007-08-16 10:48:23


At 8/14/07 01:27 PM, Depredation wrote: Looks great, could you improve the quality?

I'll do my best.

How did you post?

Well, the internet broke, then my dad rebooted and fixed it and stuff, and that got rid of the firewall thing. So, yeah.

Response to The Tutorial Collab '07 2007-08-16 11:28:41


Here's my tut on making a simple timer:
http://bay01.imagebay.com/bay.php?view=1 8812_timer.swf&width=600&height=600
What do you think?

Response to The Tutorial Collab '07 2007-08-16 11:29:49


At 8/15/07 03:51 PM, Warchamp7 wrote: No, Dep phailed at life. Just add the stop AS to each frame. DONT CODE THE BUTTONS

You spelt failed wrong. Anyway, tuts are almost 100% added, just a few more to go, then i'll post an update.


BBS Signature

Response to The Tutorial Collab '07 2007-08-16 13:13:13


mmkay, here is better version, I think.

The Tutorial Collab '07

Response to The Tutorial Collab '07 2007-08-16 13:27:16


Just want to give you guys an update. The tuts are coming along okay, I'll have two of them ready soon.

Dep, do you have my PayPal?

Response to The Tutorial Collab '07 2007-08-16 13:28:00


At 8/16/07 11:28 AM, icarus wrote: Here's my tut on making a simple timer:
http://bay01.imagebay.com/bay.php?view=1 8812_timer.swf&width=600&height=600
What do you think?

You spent some much time leading up to the code and then didn't give much explanation. Also, the code won't work in higher versions of Flash. Here it is revised and working.

onClipEvent(load){
var count:Number = 0;
var time:Number = 0;
}
onClipEvent(enterFrame){
count++;
if(count==24){
time++;
count = 0;
}
_parent.time.text = time;
}

And I'm still working on my tuts, my monitor died and I just got an new one. It almost blew up ^_^

Response to The Tutorial Collab '07 2007-08-16 13:45:09


At 8/16/07 11:28 AM, icarus wrote: Here's my tut on making a simple timer:
http://bay01.imagebay.com/bay.php?view=1 8812_timer.swf&width=600&height=600
What do you think?

Yah, like Pedochu wrote, please use full declaration for variables and use semicolons at the end. Also the timer isn't actually that accurate. If you get any sort of lag, then the counter also gets screwed up. By the way... wouldn't it just be easier to use getTimer(); ? Make a variable with the value of getTimer(); when you want to start the counter and subtract it from current getTimer(); to know how much time passed. You can then easily round it off.


AS2 Main | AS3 Main | Flash Wiki There is no excuse for not trying to learn. Linux.

BBS Signature

Response to The Tutorial Collab '07 2007-08-16 14:37:22


jazzandblues! What are you calling your tutorial? Make sure you say selection tools somewhere in the title, like "Selection Tools and Basic Masking" or something like that. I've decided that it's retarded to reiterate the information in a different tutorial, so I'm shortening my selection and layers info A LOT!

Dep: If I include links to jazzandblues' selection tut and the layer tut that kingcarlo made, can you AS them so that they actually link to those tutorials?

Response to The Tutorial Collab '07 2007-08-16 21:28:40


Another question, Dep:

Can I make buttons that run this script

gotoAndStop("flaggedframe");

Response to The Tutorial Collab '07 2007-08-16 23:34:47


I can't wait for this to come out!
Oh the things I can learn.
If I would be so bold as to make a suggestion, I would include how to make dynamic textboxes in their.
Took me a whole hour to figure out that one.

Response to The Tutorial Collab '07 2007-08-17 11:28:48


At 8/16/07 09:28 PM, Siggy0501 wrote: gotoAndStop("flaggedframe");

Yeah, that should be fine :).


BBS Signature

Response to The Tutorial Collab '07 2007-08-18 02:41:31


I've been doing a lot of research and gone through much consideration to get my thoughts in order, and I think tomorrow I'll be ready to turn all my ideas, etc. into some tutorials. I'll try to have the Basics and Extra Effects tutorials to you in a couple days =D

I'm going to go ahead and include some unscripted buttons (other than some AS comments) just in case there's a way you can make them link to those other tutorials. If not, then just remove the buttons entirely, and leave the paragraph above them which explains the situation.

I'll re-write this explanation in the email, k

Response to The Tutorial Collab '07 2007-08-18 06:07:02


Well heres myne its not that great and pretty short... iill do another if ii need to but just to show u all Tut Collab

i made a few minor fixes from this one but not that much... Hope you like

Response to The Tutorial Collab '07 2007-08-18 06:10:10


Whoops sorry heres the .swf http://spamtheweb.com/ul/upload/180807/1 8523_Tut_CollabCompressionTim_Still.php

as i said its kind poor but i hope u like

Response to The Tutorial Collab '07 2007-08-18 06:18:59


Check you inbox Dep.

Response to The Tutorial Collab '07 2007-08-18 11:50:51


At 8/18/07 06:10 AM, crazygamer008 wrote: as i said its kind poor but i hope u like

Please add more pages, there is much more you can do about the subject. Also, install the fonts, so the alignment looks better.


BBS Signature

Response to The Tutorial Collab '07 2007-08-18 13:37:51


At 8/18/07 11:50 AM, Depredation wrote:
At 8/18/07 06:10 AM, crazygamer008 wrote: as i said its kind poor but i hope u like
Please add more pages, there is much more you can do about the subject. Also, install the fonts, so the alignment looks better.

Hello, just wondering if you saw the sig with the better quality and such.

And such.

Response to The Tutorial Collab '07 2007-08-18 13:57:17


lol, I should really get started on this :P I'll make a tutorial a day from now on.


BBS Signature

Response to The Tutorial Collab '07 2007-08-18 14:51:28


At 8/18/07 01:37 PM, blanblan wrote: And such.

Nope, i haven't, can you post it.

At 8/18/07 01:57 PM, Paranoia wrote: lol, I should really get started on this :P I'll make a tutorial a day from now on.

Great, what tut are you doing?


BBS Signature

Response to The Tutorial Collab '07 2007-08-18 16:33:48


At 8/18/07 02:51 PM, Depredation wrote:
At 8/18/07 01:37 PM, blanblan wrote: And such.
Nope, i haven't, can you post it.

It's on the page of 19. :)

Or, if you don't want to go all the way back a page:

The Tutorial Collab '07

Response to The Tutorial Collab '07 2007-08-18 16:46:01


i see the variable tut iss free, may i be able to take that part ? :)