This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-04-19 21:42:01

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Stencyl 2.0 Released!!! (A great step after Scratch)

Hello Scratch, it is Dom818 (I haven't posting anything in ages),

If you don't know, I left Scratch (because I had mastered it) and went looking for a more powerful programming language; the problem was, I wanted a language that was similar to Scratch. After some searching, I stumbled across Stencyl. It is a powerful game (or anything) development tool which uses the same block style coding as Scratch. Stencyl is a little bit different than Scratch and it takes some getting used to but it is easy as soon as you understand it. Stencyl has the ability to publish games to Flash, iOS, Chrome Web Store, and desktop apps (Windows, Mac, Linux). They will also soon be supporting Android and HTML5.

The Stencyl Team is just about to release Stencyl 2.0 which makes the whole program easier to use and adds more functionality. I recommend anyone who feels they have mastered Scratch should check this out or give it a try. The forums over at Stencyl are equally as helpful and friendly as they are here, too.

Here is a link to their website: www.stencyl.com

If anyone has any questions about Stencyl, I would be happy to answer them.  smile

Some Stencyl Facts:
•It is a 2D engine just like Scratch
•It features Box2D physics
•Some Core and New Features:
-Design Mode- The visual designer for Stencyl. It mimics Scratchs block interface. (There is also a Code Mode where you can actually type the code you want)
-Event System- Events are essentially a cause and effect, when A happens, do B. So if A is one sprite colliding with another, it will run the blocks below it.
-Block Compatibility Chooser- This allows  you to click a dropdown menu on a block and another menu will show you all of the blocks that will fit.
-Behavior Library- These are pre-built logic you can attach to sprites to get the desired effect. Examples include different kinds of motion, animation, etc.

Last edited by Dom818 (2012-04-19 22:14:34)

Offline

 

#2 2012-04-19 21:44:15

Jrocket97
Scratcher
Registered: 2009-10-03
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

games to iOS?  Ooooh.  Well, this is something to pursue in programming alongside Pixelate.  So, do you have a link to the website?

Offline

 

#3 2012-04-19 21:47:53

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Jrocket97 wrote:

games to iOS?  Ooooh.  Well, this is something to pursue in programming alongside Pixelate.  So, do you have a link to the website?

Wow, I made this post and forgot the link! Ahh, I going crazy! Here it is: www.stencyl.com

Offline

 

#4 2012-04-20 15:03:27

Jrocket97
Scratcher
Registered: 2009-10-03
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

It does look interesting.  Can you actually play the games on iOS though, or do you need that stupid apple being too rich to allow people to code iOS games for free so they have to charge like $200 a year developer thing?

Offline

 

#5 2012-04-20 17:49:32

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Jrocket97 wrote:

It does look interesting.  Can you actually play the games on iOS though, or do you need that stupid apple being too rich to allow people to code iOS games for free so they have to charge like $200 a year developer thing?

If you have a Mac, you can test the games you make in the iOS simulator without paying anything. If you want to test on the device, you do need to pay Apple $100 for the developer account.

Offline

 

#6 2012-04-20 17:59:32

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Can you make mods in stencyl...
Does it have innaproprate stuff...
Like bad words...


Get ready for domination of:  tongue

Offline

 

#7 2012-04-20 20:28:23

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

coolhogs wrote:

Can you make mods in stencyl...
Does it have innaproprate stuff...
Like bad words...

I don't believe Stencyl is open-source so you can not make mods of it.
It has no inappropriate stuff at all as far as I know. I see almost no bad words or anything mean said around the Stencyl website. It is all very friendly.

Offline

 

#8 2012-04-20 20:31:27

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

How do you make a developer account on IOS?


Get ready for domination of:  tongue

Offline

 

#9 2012-04-20 21:13:06

Jrocket97
Scratcher
Registered: 2009-10-03
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

you pay like 100 bucks coolhogs.  not worth it at all imo.  rich snobby companies naturally have to make stuff overly expensive.

Offline

 

#10 2012-04-20 21:26:10

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Jrocket97 wrote:

you pay like 100 bucks coolhogs.  not worth it at all imo.  rich snobby companies naturally have to make stuff overly expensive.

Hm...
Can you use I-tunes cards?


Get ready for domination of:  tongue

Offline

 

#11 2012-04-20 21:35:10

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Jrocket97 wrote:

you pay like 100 bucks coolhogs.  not worth it at all imo.  rich snobby companies naturally have to make stuff overly expensive.

Well, is there any other company??


Get ready for domination of:  tongue

Offline

 

#12 2012-04-20 23:01:29

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Dom818 wrote:

Hello Scratch, it is Dom818 (I haven't posting anything in ages),

If you don't know, I left Scratch (because I had mastered it) and went looking for a more powerful programming language; the problem was, I wanted a language that was similar to Scratch. After some searching, I stumbled across Stencyl. It is a powerful game (or anything) development tool which uses the same block style coding as Scratch. Stencyl is a little bit different than Scratch and it takes some getting used to but it is easy as soon as you understand it. Stencyl has the ability to publish games to Flash, iOS, Chrome Web Store, and desktop apps (Windows, Mac, Linux). They will also soon be supporting Android and HTML5.

The Stencyl Team is just about to release Stencyl 2.0 which makes the whole program easier to use and adds more functionality. I recommend anyone who feels they have mastered Scratch should check this out or give it a try. The forums over at Stencyl are equally as helpful and friendly as they are here, too.

Here is a link to their website: www.stencyl.com

If anyone has any questions about Stencyl, I would be happy to answer them.  smile

Some Stencyl Facts:
•It is a 2D engine just like Scratch
•It features Box2D physics
•Some Core and New Features:
-Design Mode- The visual designer for Stencyl. It mimics Scratchs block interface. (There is also a Code Mode where you can actually type the code you want)
-Event System- Events are essentially a cause and effect, when A happens, do B. So if A is one sprite colliding with another, it will run the blocks below it.
-Block Compatibility Chooser- This allows  you to click a dropdown menu on a block and another menu will show you all of the blocks that will fit.
-Behavior Library- These are pre-built logic you can attach to sprites to get the desired effect. Examples include different kinds of motion, animation, etc.

this "stencyl" is sounding so great it's making my mouth water! either that or my oatmeal cookie  big_smile  ill check it out!

edit 2:
WHAT THE FREAK!?!? they have a comment block????....does scratch even ALOW making blocks look like that in stencyl?
what the? it looks sooo awsome!

Last edited by stickdude123 (2012-04-20 23:04:12)


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#13 2012-04-20 23:37:58

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

stickdude123 wrote:

Dom818 wrote:

Hello Scratch, it is Dom818 (I haven't posting anything in ages),

If you don't know, I left Scratch (because I had mastered it) and went looking for a more powerful programming language; the problem was, I wanted a language that was similar to Scratch. After some searching, I stumbled across Stencyl. It is a powerful game (or anything) development tool which uses the same block style coding as Scratch. Stencyl is a little bit different than Scratch and it takes some getting used to but it is easy as soon as you understand it. Stencyl has the ability to publish games to Flash, iOS, Chrome Web Store, and desktop apps (Windows, Mac, Linux). They will also soon be supporting Android and HTML5.

The Stencyl Team is just about to release Stencyl 2.0 which makes the whole program easier to use and adds more functionality. I recommend anyone who feels they have mastered Scratch should check this out or give it a try. The forums over at Stencyl are equally as helpful and friendly as they are here, too.

Here is a link to their website: www.stencyl.com

If anyone has any questions about Stencyl, I would be happy to answer them.  smile

Some Stencyl Facts:
•It is a 2D engine just like Scratch
•It features Box2D physics
•Some Core and New Features:
-Design Mode- The visual designer for Stencyl. It mimics Scratchs block interface. (There is also a Code Mode where you can actually type the code you want)
-Event System- Events are essentially a cause and effect, when A happens, do B. So if A is one sprite colliding with another, it will run the blocks below it.
-Block Compatibility Chooser- This allows  you to click a dropdown menu on a block and another menu will show you all of the blocks that will fit.
-Behavior Library- These are pre-built logic you can attach to sprites to get the desired effect. Examples include different kinds of motion, animation, etc.

this "stencyl" is sounding so great it's making my mouth water! either that or my oatmeal cookie  big_smile  ill check it out!

edit 2:
WHAT THE FREAK!?!? they have a comment block????....does scratch even ALOW making blocks look like that in stencyl?
what the? it looks sooo awsome!

part of it is NOT free!!!!!!!!!!!!!!!!!!!!!!!


http://pekkit.net/banners/pekkit.png

Offline

 

#14 2012-04-21 10:05:26

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

coolhogs wrote:

How do you make a developer account on IOS?

Jrocket97 is correct about the $100 you must pay Apple to get the developer account. I was skeptical paying for this because I wasn't sure I could pay for it for more than one year. Although, if you make a few good apps (or a bunch of bad ones) you will make back the money you payed and then some. I have released about 3 paid apps to the store and I am almost past the money I paid for the account.

I don't think you can pay with iTunes cards but you might want to google that and see what turns up.

Offline

 

#15 2012-04-21 10:13:44

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Squawkers13 wrote:

part of it is NOT free!!!!!!!!!!!!!!!!!!!!!!!

That is true, but you can easily get the money back if you release a few good apps to the App Store. And the program itself is free, you can make and publish Flash games using Stencyl without paying a dime. The splash screen of your game will just show a Stencyl logo while the game loads.

Offline

 

#16 2012-04-21 11:00:03

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

In order to do anything with it you need to pay 100 bucks a year. Too much money--GameMaker and GameSalad are far better.


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#17 2012-04-21 15:56:57

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

-GizzardGulp- wrote:

In order to do anything with it you need to pay 100 bucks a year. Too much money--GameMaker and GameSalad are far better.

The $100 is for iOS publishing, you can make and publish Flash games with Stencyl for free. And just for reference, Gamemaker is $99 for desktop publishing plus and extra $200 for any other platforms and GameSalad is $299 dollars. Where exactly do you see Stencyl costing more?

Offline

 

#18 2012-04-21 16:48:55

Nomolos
Scratcher
Registered: 2011-07-29
Posts: 1000+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

I WANT IT!!!!!

when gf clicked
if <[Nomolos] = (Online)>
say [I WANT STENCYL SO MUCH!]
end


Goodbye 1.4. I'll always remember you and treasure your awesomeness in my heart.
RIP 1.4: 2007-2013 *Sniffles* *Sobs* *Bursts into tears*

Offline

 

#19 2012-04-21 18:15:01

-GizzardGulp-
Scratcher
Registered: 2010-03-05
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Dom818 wrote:

-GizzardGulp- wrote:

In order to do anything with it you need to pay 100 bucks a year. Too much money--GameMaker and GameSalad are far better.

The $100 is for iOS publishing, you can make and publish Flash games with Stencyl for free. And just for reference, Gamemaker is $99 for desktop publishing plus and extra $200 for any other platforms and GameSalad is $299 dollars. Where exactly do you see Stencyl costing more?

GameMaker is $45.00 for desktop publishing.

With stencylworks, any flash game you make is given a stencylworks logo with a bunch of annoying stencylworks watermarks.

Plus, you forgot to include that stencylworks cost $299 A YEAR

299 a year is a lot different than one payment of 45.


http://i1118.photobucket.com/albums/k607/Max_Levine/SnoutmolStudios.png

Offline

 

#20 2012-04-21 18:26:30

Jrocket97
Scratcher
Registered: 2009-10-03
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Watermarks?  I haven't done anything with it yet, so I haven't seen any.

Edit:  Went through crash course.  I see no water mark on published .swf.  I love this program!  It's more advanced than scratch, more organized, and easier to deal with.

Last edited by Jrocket97 (2012-04-21 19:07:58)

Offline

 

#21 2012-04-21 20:54:09

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

-GizzardGulp- wrote:

Dom818 wrote:

-GizzardGulp- wrote:

In order to do anything with it you need to pay 100 bucks a year. Too much money--GameMaker and GameSalad are far better.

The $100 is for iOS publishing, you can make and publish Flash games with Stencyl for free. And just for reference, Gamemaker is $99 for desktop publishing plus and extra $200 for any other platforms and GameSalad is $299 dollars. Where exactly do you see Stencyl costing more?

GameMaker is $45.00 for desktop publishing.

With stencylworks, any flash game you make is given a stencylworks logo with a bunch of annoying stencylworks watermarks.

Plus, you forgot to include that stencylworks cost $299 A YEAR

299 a year is a lot different than one payment of 45.

You are right about Gamemaker, it changed from last time I checked...

Watermarks? What watermarks, they only put one watermark on the Splash Screen and that is it. There are not a bunch of them, just one.

$299 a year? Where do you see this; even all the products on Stencyl combined don't equal that much money.

Offline

 

#22 2012-04-21 20:56:57

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Jrocket97 wrote:

Watermarks?  I haven't done anything with it yet, so I haven't seen any.

Edit:  Went through crash course.  I see no water mark on published .swf.  I love this program!  It's more advanced than scratch, more organized, and easier to deal with.

Glad you are liking it.  smile

Offline

 

#23 2012-04-21 23:39:02

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Dom818 wrote:

Squawkers13 wrote:

part of it is NOT free!!!!!!!!!!!!!!!!!!!!!!!

That is true, but you can easily get the money back if you release a few good apps to the App Store. And the program itself is free, you can make and publish Flash games using Stencyl without paying a dime. The splash screen of your game will just show a Stencyl logo while the game loads.

i already published a game on kongregate :lol


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&amp;action=onlineStatus&amp;type=square

Offline

 

#24 2012-04-22 08:44:29

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

stickdude123 wrote:

Dom818 wrote:

Squawkers13 wrote:

part of it is NOT free!!!!!!!!!!!!!!!!!!!!!!!

That is true, but you can easily get the money back if you release a few good apps to the App Store. And the program itself is free, you can make and publish Flash games using Stencyl without paying a dime. The splash screen of your game will just show a Stencyl logo while the game loads.

i already published a game on kongregate :lol

Congrats!

Offline

 

#25 2012-04-22 13:41:23

Dom818
Scratcher
Registered: 2009-08-06
Posts: 100+

Re: Stencyl 2.0 Released!!! (A great step after Scratch)

Anyone know how to change the title of a forum post? Stencyl 2.0 has been released and the title is now misleading...

Offline

 

Board footer