Dark0rock
5 posts
|
I’m going to try and start making games. :S
|
|
|
Levgre
23 posts
|
After getting a handle on different AS3 mechanics, I now want to learn more about design schemes, getting the big picture on how large games should be programmed. I don’t really see any resources for that in this thread. And the game design books I’ve read don’t get into it much either.
I’ve found two books so far. “Head First Design Patterns” is written for Java, but people say that the same concepts largely apply to AS3 and the book seems to be written very well.
The other is “ActionScript 3.0 Design Patterns: Object Oriented Programming Techniques”, which also seems good, perhaps a bit more cryptic, but designed for AS3.
I’ll probably check out both and see which (or if both) sync better. If anyone had any other good suggestions for design AS3 theory, that’d be great.
|
|
|
vesperbot
1846 posts
|
IMHO a good design should not care about the language specifics, so any book that gives some insight for the program architecture should fit. Basically yes, what works in Java should work in AS3, because both Java and AS3 have a main class, and require that all things should be encapsulated in classes.
|
|
|
Levgre
23 posts
|
Okay I went with the “Head First Design Patterns” and it is very illuminating. I think a section should be added to the original post on programming to interfaces (either web tutorials or literature). It seems to be the next step for anyone who wants to go big into coding games, even just being aware of it (even if you don’t apply it heavily) adds a lot of perspective.
|
|
|
raji22
1 post
|
This post has been removed by an administrator or moderator
|
|
|
djozef
4 posts
|
If you can help me how can i make upgrade button for jumping and speed?(PM me)
|
|
|
qwerberberber
508 posts
|
I think you should add some information on haxe here.
|
|
|
bjjdude
2751 posts
|
Hmm… is there any way tot get a complete verson of flash develop on a mac?
i saw the port but it says that is not a full verson. s.s
|
|
|
13islucky
62 posts
|
Originally posted by bjjdude:
Hmm… is there any way tot get a complete verson of flash develop on a mac?
i saw the port but it says that is not a full verson. s.s
Yes but you need a virtual machine running windows
|
|
|
DurkeD8
1 post
|
Excelent post, it’s a perfect guide to start learning flash. Thanks dude. Now if you excuse me, I have some tutorials to see c:
|
|
|
LimitPiercer
1 post
|
You should also include some links on where you can get resources (images/sounds). Like a library of commonly used sounds (gunshots/explosions) would be quite useful.
|
|
|
Danny_Phantom_
102 posts
|
Originally posted by LimitPiercer:
You should also include some links on where you can get resources (images/sounds). Like a library of commonly used sounds (gunshots/explosions) would be quite useful.
They can be easily found through a simple google search.
|
|
|
ebot70
7 posts
|
E:\Documents and Settings\Administrator\My Documents\first Project\src\Paddle.as(3): col: 29 Error: Syntax error.
import flash.diplay.Sprite;\
^
E:\Documents and Settings\Administrator\My Documents\first Project\src\Paddle.as(16): col: 3 Error: The private attribute may be used only on class property definitions.
private function go (e:Event) : void {
got this while following your tutorial when you said run it and you should see your paddle
|
|
|
qwerber
4717 posts
|
Originally posted by ebot70:
E:\Documents and Settings\Administrator\My Documents\first Project\src\Paddle.as(3): col: 29 Error: Syntax error.
import flash.diplay.Sprite;\
^
E:\Documents and Settings\Administrator\My Documents\first Project\src\Paddle.as(16): col: 3 Error: The private attribute may be used only on class property definitions.
private function go (e:Event) : void {
got this while following your tutorial when you said run it and you should see your paddle
Lol stop copying and pasting and actually read. Bro.
|
|
|
Ace_Blue
1065 posts
|
Unless that typo is in the tutorial as well he wasn’t copying and pasting. But yes, go back and read what you wrote ebot, the problem is obvious.
Edit: \/ Then you haven’t seen the problem. It’s on this line: import flash.diplay.Sprite;
Edit: \/\/\/ You’re too sweet Bob, but seriously, if he hadn’t seen it in 3 days he hadn’t looked.
|
|
|
ebot70
7 posts
|
I know the problem but not how to fix it
|
|
|
tyian022
1 post
|
This post has been removed by an administrator or moderator
|
|
|
BobTheCoolGuy
3750 posts
|
Originally posted by ebot70:
I know the problem but not how to fix it
diplay should be display
|
|
|
Danny_Phantom_
102 posts
|
Originally posted by ebot70:
I know the problem but not how to fix it
You’re learning it quite well then.
|
|
|
ebot70
7 posts
|
Tried again and it said that Paddle wasnt compile time constant? hopw do i fix that and what does it mean?
|
|
|
13islucky
62 posts
|
I like your tut sen, but there is another pong one that is finished here
|
|
|
glinfy
6 posts
|
Anyone interested in making games based on mobile and browser platforms? check this out http://india.square-enix.com/ killer stakes at hand.
|
|
|
ChaosUndeadLord
1 post
|
Hello, can i ask if there is a previous tutorial for making side scrolling hack n slash game. i wanna make a game with the graphics like valkyrie profile. (ex. Castlevania, Grandchase)
|
|
|
Senekis93
4090 posts
|
Originally posted by qwerberberber:
I think you should add some information on haxe here.
Truefire was going to write some info about haXe some months ago. Don’t know if he did.
If any of you are up to the task, go ahead. Also, if you could link to some haXe tutorials for newbies, that’d be great.
|
|
|
stickhackers
6 posts
|
|