Getting Started Guide for Flash CS4 - Feedback wanted!

Discussion about the PushButton Engine. Get the Open Beta now at http://pushbuttonengine.googlecode.com/ !

Getting Started Guide for Flash CS4 - Feedback wanted!

Postby bengarney on Mon Apr 20, 2009 10:35 pm

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!
Ben Garney PushButton Labs
User avatar
bengarney
Employee
 
Posts: 1519
Joined: Wed Jan 14, 2009 7:21 pm
Location: Eugene, OR

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby hiroki on Wed Apr 22, 2009 2:11 pm

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
User avatar
hiroki
 
Posts: 2
Joined: Wed Apr 22, 2009 1:45 pm

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby bengarney on Wed Apr 22, 2009 4:54 pm

Wow! Thank you for making that!

Would it be OK if you we linked to it from the manual page?
Ben Garney PushButton Labs
User avatar
bengarney
Employee
 
Posts: 1519
Joined: Wed Jan 14, 2009 7:21 pm
Location: Eugene, OR

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby hiroki on Thu Apr 23, 2009 2:55 am

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.
User avatar
hiroki
 
Posts: 2
Joined: Wed Apr 22, 2009 1:45 pm

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby sergey on Wed May 06, 2009 10:37 pm

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 ?
User avatar
sergey
 
Posts: 1
Joined: Wed May 06, 2009 9:58 pm

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby bengarney on Thu May 07, 2009 2:00 am

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.
Ben Garney PushButton Labs
User avatar
bengarney
Employee
 
Posts: 1519
Joined: Wed Jan 14, 2009 7:21 pm
Location: Eugene, OR

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby bengarney on Thu May 07, 2009 7:26 pm

Revision 84 suppresses this spam.
Ben Garney PushButton Labs
User avatar
bengarney
Employee
 
Posts: 1519
Joined: Wed Jan 14, 2009 7:21 pm
Location: Eugene, OR

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby Quire on Sun May 10, 2009 9:35 pm

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
User avatar
Quire
 
Posts: 1
Joined: Sun May 10, 2009 9:27 pm

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby wiz_makuro on Mon May 11, 2009 4:08 am

Hi, followed the guide and i am getting Error: Could not find group 'Everything' (Error #2032) in platformer example (Helloworld one worked fine).
User avatar
wiz_makuro
 
Posts: 2
Joined: Wed Mar 25, 2009 8:32 am

Re: Getting Started Guide for Flash CS4 - Feedback wanted!

Postby phil on Mon May 11, 2009 9:28 am

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>


:D
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
User avatar
phil
Rock Star
 
Posts: 216
Joined: Thu Apr 23, 2009 4:47 pm
Location: Shaker Heights, OH

Next

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest