Getting Started Guide for Flash CS4 - Feedback wanted!
39 posts • Page 1 of 4 • 1, 2, 3, 4
Getting Started Guide for Flash CS4 - Feedback wanted!
Hey guys,
I have put a Getting Started Guide For Flash CS4 up on SVN. It shows you how to configure CS4 to use the PushButton Engine SDK, as well as walking you through building a Hello, World application and a platformer demo game.
If you are a CS4 guy, or have a spare ten minutes to read over it, we'd really appreciate any feedback you could offer. It's meant to get you going quickly, without assuming you're a master of the command line. You need to be able to make folders, create empty text files, copy-and-paste text, and that's about it. Oh - and follow instructions.
Once it passes muster, I am planning on adding screenshots so it is even easier to follow.
Let me know what you think!
I have put a Getting Started Guide For Flash CS4 up on SVN. It shows you how to configure CS4 to use the PushButton Engine SDK, as well as walking you through building a Hello, World application and a platformer demo game.
If you are a CS4 guy, or have a spare ten minutes to read over it, we'd really appreciate any feedback you could offer. It's meant to get you going quickly, without assuming you're a master of the command line. You need to be able to make folders, create empty text files, copy-and-paste text, and that's about it. Oh - and follow instructions.
Once it passes muster, I am planning on adding screenshots so it is even easier to follow.
Let me know what you think!
Ben Garney PushButton Labs
-
bengarney - Employee
- Posts: 1519
- Joined: Wed Jan 14, 2009 7:21 pm
- Location: Eugene, OR
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
I try to PushButton Engine with Flash CS4 referring to Getting Started Guide For Flash CS4.
No problem running with Hello, World! and platformer demo game.
I wrote tutorial. Please see below(But, It written in Japanese...).
http://meseta.sblo.jp/article/28628241.html
No problem running with Hello, World! and platformer demo game.
I wrote tutorial. Please see below(But, It written in Japanese...).
http://meseta.sblo.jp/article/28628241.html
-
hiroki - Posts: 2
- Joined: Wed Apr 22, 2009 1:45 pm
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
Wow! Thank you for making that!
Would it be OK if you we linked to it from the manual page?
Would it be OK if you we linked to it from the manual page?
Ben Garney PushButton Labs
-
bengarney - Employee
- Posts: 1519
- Joined: Wed Jan 14, 2009 7:21 pm
- Location: Eugene, OR
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
bengarney wrote:Wow! Thank you for making that!
Would it be OK if you we linked to it from the manual page?
Yes, please.
I modified that article.
-
hiroki - Posts: 2
- Joined: Wed Apr 22, 2009 1:45 pm
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
Hi, in platformer demo game in output i recive:
[object ReferenceNote] - ReportMissing: [object Scene2DComponent][TrackObject] on entity 'Scene' - Couldn't find named entity 'Dude'
[object ReferenceNote] - _ReportSuccess: [object Scene2DComponent][TrackObject] on entity 'Scene' - After failure, was able to find named entity 'Dude'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Dude' - Couldn't find named entity 'DudeSpriteSheet'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform1' - Couldn't find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform2' - Couldn't find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform3' - Couldn't find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Dude' - After failure, was able to find named entity 'DudeSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform1' - After failure, was able to find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform2' - After failure, was able to find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform3' - After failure, was able to find named entity 'PlatformSpriteSheet'
it's ok ?
[object ReferenceNote] - ReportMissing: [object Scene2DComponent][TrackObject] on entity 'Scene' - Couldn't find named entity 'Dude'
[object ReferenceNote] - _ReportSuccess: [object Scene2DComponent][TrackObject] on entity 'Scene' - After failure, was able to find named entity 'Dude'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Dude' - Couldn't find named entity 'DudeSpriteSheet'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform1' - Couldn't find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform2' - Couldn't find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - ReportMissing: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform3' - Couldn't find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Dude' - After failure, was able to find named entity 'DudeSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform1' - After failure, was able to find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform2' - After failure, was able to find named entity 'PlatformSpriteSheet'
[object ReferenceNote] - _ReportSuccess: [object SpriteRenderComponent][SpriteSheet] on entity 'Platform3' - After failure, was able to find named entity 'PlatformSpriteSheet'
it's ok ?
-
sergey - Posts: 1
- Joined: Wed May 06, 2009 9:58 pm
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
Yes. You're fine.
You'll see it's reporting that at first it can't find something, and then that later it did find it. We'll have to find a way to reduce the spam from that, it's confusing.
You'll see it's reporting that at first it can't find something, and then that later it did find it. We'll have to find a way to reduce the spam from that, it's confusing.
Ben Garney PushButton Labs
-
bengarney - Employee
- Posts: 1519
- Joined: Wed Jan 14, 2009 7:21 pm
- Location: Eugene, OR
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
Revision 84 suppresses this spam.
Ben Garney PushButton Labs
-
bengarney - Employee
- Posts: 1519
- Joined: Wed Jan 14, 2009 7:21 pm
- Location: Eugene, OR
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
Hi Ben,
Followed the Getting Started just fine, although I, too, was confused by the Missing/Success spam.
(I tried downloading the individual r84 files btw, but that stopped things from working altogether. Also - what's up with SVN? I tried http://pushbuttonengine.googlecode.com/svn/trunk/, but that seems to miss a lot of files? The README in the Libraries directory states: "They cause too many conflicts to keep in SVN." which confused me a bit!)
As for feedback: that's fine as a general introduction, but there is obviously a long way to go yet! Good stuff so far, looking forward to seeing how I get on with more of the docs.
- Q
Followed the Getting Started just fine, although I, too, was confused by the Missing/Success spam.
(I tried downloading the individual r84 files btw, but that stopped things from working altogether. Also - what's up with SVN? I tried http://pushbuttonengine.googlecode.com/svn/trunk/, but that seems to miss a lot of files? The README in the Libraries directory states: "They cause too many conflicts to keep in SVN." which confused me a bit!)
As for feedback: that's fine as a general introduction, but there is obviously a long way to go yet! Good stuff so far, looking forward to seeing how I get on with more of the docs.
- Q
-
Quire - Posts: 1
- Joined: Sun May 10, 2009 9:27 pm
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
Hi, followed the guide and i am getting Error: Could not find group 'Everything' (Error #2032) in platformer example (Helloworld one worked fine).
-
wiz_makuro - Posts: 2
- Joined: Wed Mar 25, 2009 8:32 am
Re: Getting Started Guide for Flash CS4 - Feedback wanted!
wiz_makuro wrote:Hi, followed the guide and i am getting Error: Could not find group 'Everything' (Error #2032) in platformer example (Helloworld one worked fine).
Check to make sure you have the following in your level.pbelevel file:
- Code: Select all
<group name="Everything">
<objectReference name="SpatialDB"/>
<objectReference name="Scene"/>
<objectReference name="Box2D"/>
<objectReference name="Dude"/>
<objectReference name="Platform1"/>
<objectReference name="Platform2"/>
<objectReference name="Platform3"/>
<objectReference name="DudeSpriteSheet"/>
<objectReference name="PlatformSpriteSheet"/>
</group>
web: philperon.com----- twitter: @pperon
"Media that's targeted at you but doesn't include you may not be worth sitting still for." -Clay Shirky
"Media that's targeted at you but doesn't include you may not be worth sitting still for." -Clay Shirky
-
phil - Rock Star
- Posts: 216
- Joined: Thu Apr 23, 2009 4:47 pm
- Location: Shaker Heights, OH
39 posts • Page 1 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 1 guest