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 - TheStrangeOne

Pages: 1 ... 5 6 7
91
Question explains it all

92
Ask a Question / Re: My score count won't surpass nine? :/
« on: February 17, 2014, 06:10:20 pm »
Also if you know anything about making character explode on death that would be great, I want to make the players pixels scatter on death and bounce a bit but the explosion behaviour won't work

93
Ask a Question / Re: My score count won't surpass nine? :/
« on: February 17, 2014, 06:08:21 pm »
Set current font*

94
Ask a Question / Re: My score count won't surpass nine? :/
« on: February 17, 2014, 06:07:40 pm »
When (actor) is (killed)
    Increment (getter) by (1)

Do every (.1) seconds
    Set (game attribute) to (getter)

On level:

When drawing
    Set current don't to (font)
    Draw text (score) at x:130 y:5

95
Ask a Question / My score count won't surpass nine? :/
« on: February 17, 2014, 05:42:54 pm »
It's kind if self explanatory but I have a score system attached to an actor and it won't surpass nine points

96
Ask a Question / How to make your score carry through scenes?
« on: February 17, 2014, 05:33:20 am »
I have a scoring system for my first scene/level and I wanted to know if it's possible to make it so I keep my score from the previous level? So if I finished level 1 with 100 points the points counter starts from 100?

97
Ask a Question / Re: Ow to make a score system?
« on: February 16, 2014, 07:24:36 pm »
Yes it's ridiculous! Ahaha I'll have a look on my phone though

98
Ask a Question / Re: Ow to make a score system?
« on: February 16, 2014, 07:17:13 pm »
Stencypedia* auto correct -.-

99
Ask a Question / Re: Ow to make a score system?
« on: February 16, 2014, 07:16:22 pm »
No I don't have access to stencyl pedis because I'm at school in year 12 and it's blocked

100
Ask a Question / Ow to make a score system?
« on: February 16, 2014, 06:53:35 pm »
Hey guys, I'm having a little trouble make a scoring system. I have an actor and when it dies I want an on screen score to go up by one. What's the best way to do this? And how do Imake the score appear on screen?

101
Hey guys, I have three main actors I'm working with here. The player, a coin that disappears on pick up and a block that when you stand on it you finish the level. How can I make it so that the block that sends you to the next level only sends you to the next level if you have collected all of the coins? Otherwise it spawns an actor that tells you you haven't collected all the coins

Please show a screen capture of the code if you can? Thankyou

102
Ok so to make it as simple as possible.. Let's say I have a player, this player simply walks across some flat ground. The ground is made of green squares but has a few red squares in there too. How can I make it so that when I walk over the red squares it turns into a green square

103
Ask a Question / Help. Im Having Trouble
« on: February 15, 2014, 12:39:22 am »
 Hey Everyone, I have just started working with stencil and to get a grasp on it am now working on a side scroller game similar to JetPack Joyride. I have drawn up several obstacles and created actors for each one but I don't know how to spawn the and randomise their spawning so that a different obstacle will spawn every time

Pages: 1 ... 5 6 7