Ruudiluca
9170 posts
|
Hey.
Just wondering, is it possible to make a game in Stencyl, then convert it to .fla and edit it in Flash?
I have not downloaded Stencyl yet.
Thanks.
|
|
|
coleislazy
38 posts
|
Stencyl outputs a SWF file. You would have to disassemble it (which I’m sure there are programs for) and somehow make it into a .FLA file (which I doubt there are programs for).
I’m not sure why you’d want to do this, in any case.
|
|
|
Ruudiluca
9170 posts
|
Because I like Flash because I am more comfortable with it. I also have the paid software.
If I make a base game in Stencyl, I would rather continue editing it in Flash Professional.
|
|
|
dotHectate
82 posts
|
I don’t think its possible. Stencyl games use the Flixel library for the internal engine, which AFAIK cannot be back-ported into Flash.
|
|
|
gigaclon
91 posts
|
No, Stencyl (as is Flixel ) is using Flex the free, code-only version of flash
|
|
|
Your_Grand_DAD
7 posts
|
Originally posted by Ruudiluca:
Hey.
Just wondering, is it possible to make a game in Stencyl, then convert it to .fla and edit it in Flash?
I have not downloaded Stencyl yet.
Thanks.
You mean convert swf file(s) to .fla , right?. So here is the answer:
Convert swf to fla
|
|
|
qwerber
4758 posts
|
This post has been removed by an administrator or moderator
|
|
|
Your_Grand_DAD
7 posts
|
This post has been removed by an administrator or moderator
|
|
|
yourmomdad
6997 posts
|
This post has been removed by an administrator or moderator
|
|
|
DannyDaNinja
1782 posts
|
This post has been removed by an administrator or moderator
|
|
|
brooksvb10
8 posts
|
This post has been removed by an administrator or moderator
|
|
|
Egbert2011
2 posts
|
Uh..it Kinda is a Flash File.
|
|
|
dotHectate
82 posts
|
I believe the question was intended to determine if it is possible to convert Stencyl’s game format into a format usable by Adobe Flash, the actual software that can be used to create SWF files, and not the player for them.
|
|
|
FlashGrenade
253 posts
|
Sothink swf converter will do the job no problem.
I used it quite a bit when i needed to break down swfs in order to figure out how they worked.
|
|
|
phobey
1 post
|
You don’t need to convert the .swf
If you look at your stencylworks folder (where the games are placed), there’s another folder called “preview” which is the last previewed game as a collection of actionscript files.
You should be able to import those to Flash along with a few support files like assets, Flixel and box2d
|
|
|
L_Deathnote
1618 posts
|
Short answer, no. You can’t start editing them in flash. Also, its against Stencyl’s T&C’s. If you did manage to get it working, you won’t be able to use any of the resources. I’d just stick with one or the other, less hassle.
|
|
|
Platinum_Shadow
117 posts
|
Stencyl files ARE flash.
That’s why you can upload them here.
|
|
|
dotHectate
82 posts
|
Platinum_Shadow: Pay attention to what has been said already. There is a difference between loading SWF files in Adobe Flash Player (to view them) and loading FLA files in Adobe Flash Professional (to edit them and potentially export as SWF later).
Originally posted by dotHectate:
I believe the question was intended to determine if it is possible to convert Stencyl’s game format into a format usable by Adobe Flash, the actual software that can be used to create SWF files, and not the player for them.
|