Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spinnerbox

Pages: 1 2 3 4 ... 9
16
Chit-Chat / Did I choose right game genre?
« on: April 05, 2014, 10:03:41 am »
I have chosen to develop games for education, since they are kind of easy to design and develop and perhaps cheaper to make than other genres.

Did I made right decision? I have made no money what so ever.

What genre should be my next in order to at least pay the time and effort I spend on developing a game?

What do you think guys? Make another Flappy Bird clone XD ?

17
Paid Work / Re: Would love to team up with a coder - mobile games:)
« on: April 03, 2014, 12:46:53 pm »
I had some great ideas before. Problem was I had to do all the drawing myself. I could use an illustrator, finish some of my projects.

Or maybe start new one :)

18
Stencyl Jam 14 / Re: Stencyl Jam #14 - $1,000 in prizes - Now Judging.
« on: March 29, 2014, 09:22:11 am »
@Joraanpe Why the image is so big? :)

19
Ask a Question / Re: Newgrounds refuses to replace game file
« on: March 27, 2014, 03:01:24 pm »
mm ok :) thnx

20
Ask a Question / Newgrounds refuses to replace game file
« on: March 27, 2014, 02:36:07 pm »
I have new version of my game which is 7.7MB, but I cannot upload it, the server returns error:  Unable to create storage directory for this project at ...

server: uploads.newgrounds.com if I recall

What do I do wrong? Anybody experienced this before with newgrounds?

21
Ok. I plan to add another patch soon. I just want to get some playtest. Here is the game on newgrounds:

http://www.newgrounds.com/portal/view/636437

Though still under judgment.

Also available on Stencyl arcade: http://www.stencyl.com/game/play/22553

22
Ask a Question / Create actor with alpha:0 and then fade in
« on: March 26, 2014, 09:30:34 am »
I tried this from this topic: http://community.stencyl.com/index.php?topic=6566.0

It still creates the actor like only the create statement exists. What do I do wrong?

And why do I need two statemens just to set alpha to 0? :(

23
Ask a Question / Re: Wrap a text in label actor - Stencyl 2.2
« on: March 26, 2014, 07:24:12 am »
newline "\n" ? heheh

24
Ask a Question / Wrap a text in label actor - Stencyl 2.2
« on: March 26, 2014, 07:12:38 am »
I am using Label behavior on a label actor and I have bigger labels which I like wrapped. I unselected Stretch width option but it doesn't work. I also tried in code mode to change default width but again its not wrapped.

Any ideas how to wrap my label in two rows?

25
Well, my card game is still incomplete though already on kong and stencyl arcade :) Maybe I should try this game jam :D
Maybe my educational thingy will collect some points hahah :D

26
"Never published before" means never published on Stencyl arcade and/or other sites like Kongregate?

27
Ask a Question / Re: Choosing specific sound effect to play
« on: March 24, 2014, 03:23:47 am »
I'll give it try :)

28
Ask a Question / Re: Choosing specific sound effect to play
« on: March 22, 2014, 08:33:29 am »
A bit of sound engineering. The part that was missing :) It also needs more drawing :) Still not a complete game.

29
Ask a Question / Re: Choosing specific sound effect to play
« on: March 20, 2014, 07:00:10 am »
Turns out you can create  actor behaivor and add sound attribute which has default value "No sound".
Each time you add this behavior to specific actor, specific sound can be selected to be played from the behaviours dropdown list.

30
Ask a Question / Choosing specific sound effect to play
« on: March 20, 2014, 05:56:51 am »
I can develop all my cards to play specific sound using the events panel in each actor, but that is lot of duplicate work. Same blocks for each card only the sound is different.

My question is, can I create an actor behavior in which I can choose which specific sound to be played depending on which card was pressed with the mouse? I can identify which card was pressed, but how do I do that for sound? Is it possible?

For actor was like this: getActorTypeByName("ActorName");
Is there something similar for sound?

Pages: 1 2 3 4 ... 9