Starling Framework

A place for tutorials on how to get the most out of Flash

Starling Framework

Postby Terrantor!!! » Tue Jul 15, 2014 6:23 am

Hey, everyone. I've been interested in making the jump up to starling for a while and was wondering how I would be able to get started. I'm currently running flash cs6 and can't seem to find any instructions in regards to this version. Is this because cs6 is already designed to run flash player 11 and I should have no trouble importing and running starling APIs? Also, there's this business with flex framework and adobe AIR that I can't quite process. Any help would be terrific as I'm mainly an animator and want to take advantage of DragonBones.
User avatar
Terrantor!!!
 
Joined: Thu Aug 23, 2012 10:36 am

Re: Starling Framework

Postby inkhryptedQuery » Sat Aug 02, 2014 6:12 pm

This could just be my ignorance of animation, tools, or art in general, but how is DragonBones different from just using the native bone tool?
inkhryptedQuery
 
Joined: Thu Jul 24, 2014 8:21 pm

Re: Starling Framework

Postby Terrantor!!! » Tue Aug 05, 2014 5:10 am

The bone tool is cool, but has limitations. For one you can't scale or skew individual clips. Also dragonbones is less processor intensive. So you can store the visual and tween data in a small image file that flash pre-compiles. So you can literally create instance upon instance of an object without hurting your framerate and it has a more user friendly animation control API.
User avatar
Terrantor!!!
 
Joined: Thu Aug 23, 2012 10:36 am

Re: Starling Framework

Postby inkhryptedQuery » Tue Aug 05, 2014 6:39 pm

Nice!

I've tried using the bone tool myself and ran into some difficulty .. I thought it was just a lack of experience with the design side of CS6
inkhryptedQuery
 
Joined: Thu Jul 24, 2014 8:21 pm

Re: Starling Framework

Postby Terrantor!!! » Wed Aug 06, 2014 7:05 am

inkhryptedQuery Wrote:Nice!

I've tried using the bone tool myself and ran into some difficulty .. I thought it was just a lack of experience with the design side of CS6

The bone tool can be a real pain, sometimes. Don't get me wrong, since bone tool works with movie clips it has the ability to scale without any loss of quality, so if you don't plan on having a bunch of an instance on screen at one time, it's still a really nice tool, but if you're gonna build a tower defense or something, I'd go with dragon bones. Not to mention if you know how to make keyframes, it's easy as shit.
User avatar
Terrantor!!!
 
Joined: Thu Aug 23, 2012 10:36 am

Re: Starling Framework

Postby AnotherArrow » Fri Aug 08, 2014 6:09 am

Its been awhile since I last had a chance to work on my projects with Starling, but if memory serves me... I wouldn't recommend using CS6 to make the game itself, but rather just make the assets ( using dragonbones). While I think it may be possible, it was more of a headache to work with.

I recommend using Flash Builder (or try Flash Develop, its free!) to compile and make your game. Unfortunately Flash Builder (and Flash Develop) are more programing oriented vs the timeline manipulation used Flash Professional.

inkhryptedQuery Wrote:how is DragonBones different from just using the native bone tool?
If you're using Flash Pro CC (Creative Cloud Version), bone tool no longer exists. Ironically, Dragonbones doesn't not replace or even provide the same functionality that the bone tool did. DragonBones is meant to help the programers (not the artists) in the manipulations of the characters in real time.

Best of Luck!
User avatar
AnotherArrow
 
Joined: Fri Oct 29, 2010 3:22 am

Re: Starling Framework

Postby BlueLight » Fri Aug 08, 2014 7:20 am

Eclipse is also a possibility but i've yet to set it up. From my understanding that is basically what flash builder is but since i'm not a actionscript programmer i can't say for sure.
User avatar
BlueLight
Gangs n' Whores Developer
 
Joined: Sat Jun 04, 2011 8:23 am

Re: Starling Framework

Postby Terrantor!!! » Sat Aug 09, 2014 5:32 pm

AnotherArrow Wrote:Its been awhile since I last had a chance to work on my projects with Starling, but if memory serves me... I wouldn't recommend using CS6 to make the game itself, but rather just make the assets ( using dragonbones). While I think it may be possible, it was more of a headache to work with.

I recommend using Flash Builder (or try Flash Develop, its free!) to compile and make your game. Unfortunately Flash Builder (and Flash Develop) are more programing oriented vs the timeline manipulation used Flash Professional.

inkhryptedQuery Wrote:how is DragonBones different from just using the native bone tool?
If you're using Flash Pro CC (Creative Cloud Version), bone tool no longer exists. Ironically, Dragonbones doesn't not replace or even provide the same functionality that the bone tool did. DragonBones is meant to help the programers (not the artists) in the manipulations of the characters in real time.

Best of Luck!

I'll definitely give the free one a go, lol. But I'm so comfortable with flash professional, and I'm actually getting in the habit of avoiding frame scripts altogether. It seems the only hurdle I have is installing the flex sdk so I can embed .png files. It's the only thing I'm having trouble with. Is there some kind of plugin I need or what?
User avatar
Terrantor!!!
 
Joined: Thu Aug 23, 2012 10:36 am

Re: Starling Framework

Postby AnotherArrow » Sat Aug 09, 2014 8:57 pm

Terrantor!!! Wrote:I'll definitely give the free one a go, lol. But I'm so comfortable with flash professional, and I'm actually getting in the habit of avoiding frame scripts altogether. It seems the only hurdle I have is installing the flex sdk so I can embed .png files. It's the only thing I'm having trouble with. Is there some kind of plugin I need or what?
Again, its been awhile since I've had free time to play with Starling, but you shouldn't need any plugin.

I do remember there being a problem when I embedded .png files using Flash Builder because it was also create a .js file that was need in the same directory as the .swf file. This was a problem because the .swf files that I uploaded wouldn't properly use the embedded .png files because that .js file was missing (or not uploaded to the same directory). I instead started using the .dbswf file format that DragonBones can make for my projects and had no issues.

I don't remember installing Flex SDK... so I'm not sure what to say.

If you haven't, check this video out. Its an old link I faved for reference.
User avatar
AnotherArrow
 
Joined: Fri Oct 29, 2010 3:22 am

Re: Starling Framework

Postby BlueLight » Sun Aug 10, 2014 6:09 am

Flex SDK is a just a zip file containing files for creating SWF such as a compiler.
Attachments
Capture.PNG
User avatar
BlueLight
Gangs n' Whores Developer
 
Joined: Sat Jun 04, 2011 8:23 am

Re: Starling Framework

Postby Terrantor!!! » Wed Aug 13, 2014 11:33 pm

Sorry I didn't post it, but I figured everything out. I got starling up and running. I just need to learn how to load up textures and apply them to sprites, now. The way sharman does it is a little weird, I really don't wanna get into dictionaries and stuff. I'd ultimately like to just build a class, extend starling's sprite class and put all the texture info on that. Would that be legit/ efficient?
User avatar
Terrantor!!!
 
Joined: Thu Aug 23, 2012 10:36 am


Return to Tutorials



Who is online

Users browsing this forum: No registered users