Community

Ok i got the stuff! now what....

Posted Jul 6, '08 at 10:22pm

Jikek

Jikek

869 posts

Iron - Lord

Ok now that i have Macromedia Flash 8 I'm ready to start making a game. The only problem is i have no clue where to even start. I'm not even sure what button to press when it starts up. I tried a couple of tuts on Newgrounds but those didn't start where i want them to.

Posted Jul 7, '08 at 12:18am

Arax_Nisanu

Arax_Nisanu

1,344 posts

Iron - Lord

If you download adobe flash cs3 i can give you a 1 year trial code that i have. I am in no need of it. Do you want it?

 

Posted Jul 7, '08 at 3:03am

Grey

Grey

281 posts

Iron - Squire

Er...It's incredibly complicated. Get yourself a manual on C++ or something.

 

Posted Jul 7, '08 at 7:58am

dank

dank

764 posts

Iron - Lord

Moderator

Okay...

When it starts, file > new > Flash file (AS3)
Press F9
Type:

trace("Hello World!");

Anything inside quotes is considered a string, a number of characters.
Now Ctrl+Enter

You get, 'Hello World!'

trace() is a built in method of AS3.
A method is a subroutine that executes a piece of code and can be called countless times. In this case, trace() outputs the argument (the stuff inside the parenthesis) to the output window.
If you do not know what a certain method does, highlight it and select help and Flash will show you the documentation for that method.

Also try some basic math in the trace like:
trace(5+5);
trace(5*5);
trace(5-5);
trace(5/5);
trace(5^6);

 

Posted Jul 7, '08 at 1:24pm

Jikek

Jikek

869 posts

Iron - Lord

ok i did that. im looking for a tutorial on making a simple game.

 

Posted Jul 11, '08 at 6:03am

nqkoi1

nqkoi1

428 posts

Gold - Squire

You could always try Google...

 
Reply to Ok i got the stuff! now what....

You must be logged in to post a reply!