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

Pages: 1 2 3
1
Ask a Question / Re: Stretchable objects in stencyl?
« on: September 29, 2012, 11:46:55 am »
You could try using tweens. I think theres one called expand or grow.....Anyway, it can be used to 'stretch' if you only change x or y but not both.

2
Chit-Chat / Re: Passive leveling
« on: September 08, 2012, 11:09:28 am »
Maybe you could have all spells availble from the start but players will have to work out how to use them, like in magika

Its not exactly leveling but you could give hints to say how to do them through those books you mentioned.

3
Ask a Question / Re: How to Debug Memory Leaks?
« on: September 05, 2012, 11:36:45 am »
I cant answer your question but you could answer one for me, how do you get that memory overlay up?

4
Ask a Question / Re: getting sponsored on game made only in free version?
« on: September 05, 2012, 11:27:47 am »
I dont think it has to be made on the pro version, just exported on it.

5
Ask a Question / Re: HTTP GET requests to Wikipedia?
« on: September 03, 2012, 03:49:40 pm »
You could put in a link.
I cant remember where to find the block for that but if its of any use to you I could check.

6
Ask a Question / Re: Endless Running Game Questions!
« on: September 03, 2012, 03:47:13 pm »
Look in the drop-down menu just the the right of the word number

7
Ask a Question / Re: How to Make Game Attributes Show for Other Actors?
« on: September 03, 2012, 05:58:19 am »
Sometimes you'll have to close and reopen the other actor tabs before a game attributes show up

8
Ask a Question / Re: Endless Running Game Questions!
« on: September 02, 2012, 04:01:28 am »
Your looking for a block named "make always active" I think.
Amd is your speed attribute a game attribute or a regular one? Because you can only use the increment block for regular attributes. Otherwise you'll have to dp something like :

Do every30 seconds
Set speed to <<speed>+ 5>

9
Ask a Question / Re: Resize Background
« on: August 27, 2012, 04:25:57 am »
If its doing that it means its too short for your screen size.
You can either go into your game settings and change the screen to match or edit the background in whatever you kade it it in by adding more sky above it or something.

10
Ask a Question / background wont show up
« on: August 22, 2012, 02:14:05 pm »
For some reason my background image doesn't show up at all when i test the scene, instead the screen stays all white with a small red square in the upper left corner. Ive tried closing the game and reopening it but that doesn't sort it out.
Any ideas on how to sort it out?

11
Ask a Question / Re: Random moving
« on: August 17, 2012, 10:10:05 am »
If you want 360 degree random movent you can copy part of the explode on death behaviour, I think its one that comes with stencyl

12
Ask a Question / Re: Killing an enemy
« on: August 17, 2012, 10:03:17 am »
Good point dtrungle, but it would work better to add an invincibility boolean attribute.
Have it set to true whenever it takes the enemy takes damage and then turn backoff around a second later. And also makes it so that health can only be decremented when invincible = false.

13
Ask a Question / Re: Character won't go pass certain point
« on: August 17, 2012, 01:34:52 am »
If your camera follows the player then you dont need the block that prevents the player from leaving the screen, try switching that off and see if it helps

14
Ask a Question / Re: Killing an enemy
« on: August 17, 2012, 01:29:22 am »
Make a number attribute for your enemies, call it health, decrement it every time something collides with the tops of them and then make a block saying "if health=0.  kill self"

15
Ask a Question / Re: Jumping behaviour!!!! URGENT
« on: August 13, 2012, 05:30:34 am »
Hello!!!!
maybe you shouldnt make two topics about the same problem.

But have you tried increasing the jumping force or reducing the verticle gravity of your scene?

Pages: 1 2 3