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

Pages: 1 2 3 ... 34
1
Ask a Question / Re: Image API question
« on: September 17, 2023, 08:40:50 am »
Think it is the order of it. You are setting the Copy2 variable after the attach part. You are overriding the variable. You need to set it before you move and attach it.
Hope it helps.

3
Ask a Question / Re: How can I make a simple text input?
« on: May 28, 2019, 08:51:35 pm »



A simple implementation of a text-field behavior.

Should give you a starting point.
Hope it helps.

4
Ask a Question / Re: Need help in making a GUI.
« on: April 13, 2019, 09:22:55 pm »
A great place to start learning the ropes is here:

http://www.stencyl.com/help/start/

Should guide you along the way.

5
Ask a Question / Re: Backgrounds and collisions
« on: March 29, 2019, 04:51:18 pm »

(Not a tile-based game, use the Custom Terrain tool!)


http://www.stencyl.com/help/view/scene-basics/

This should help you out.

6
Ask a Question / Re: How to Get from a List
« on: March 04, 2019, 11:30:07 am »
May try looking here:

http://www.stencyl.com/help/view/lists/

Should give a better understanding.

7
Windows / Mac / Flash / HTML5 / Re: Soultrail Saviour [WIP]
« on: January 22, 2019, 05:41:00 pm »
Thanks to some help via the stencyl discord channel, a good hint to change the color palette and a few tries to get the ambiente right I finished version 2 for the dark forest map. I personally am satisfied, hope you like it.

Graphics look really good. Stars seems a little fast moving, i believe. Great job.

8
Could see if  you could delete and recreate the layer. Probably create a layer over this  and remove the old one after new one is created.

Hope it helps.

9
Windows / Mac / Flash / HTML5 / Re: Soultrail Saviour [WIP]
« on: January 08, 2019, 04:00:02 pm »
Go to Youtube to see the Worldmap 60% done with animations

<a href="https://www.youtube.com/v/jeeCKfsR3ts" target="_blank" class="new_win">https://www.youtube.com/v/jeeCKfsR3ts</a>

How i got it:

[flash=640,480]https://www.youtube.com/v/jeeCKfsR3ts/flash] Just add the "[" to close the bracket at the end. Coming along nicely.

10
Ask a Question / Re: Publish with free version
« on: January 07, 2019, 06:36:43 pm »
This link should help you out.

http://www.stencyl.com/pricing/

11
Ask a Question / Re: Learning how to use lists
« on: January 07, 2019, 05:32:24 pm »
Hull the item block to the split 0 and replace 0 with item for both parts.

Hope it helps.

12
Ask a Question / Re: Make disapearing and appearing blocks
« on: January 06, 2019, 10:52:08 am »
Im thinking that the fade in/out block and a timer may work for this. This should be a behaviour attached to the actor and set up as to the timing to fade in/out.

13
Ask a Question / Re: Camera zoom ???
« on: January 05, 2019, 09:09:03 am »
You can check this out as well. Apparently, there is an extension out now. Seems wicked.

http://community.stencyl.com/index.php/topic,50736.msg280436.html#msg280436

Hope it helps.

14
Any idea as oppose to setting up hxscout? I have tried an may have your issue as well.

15
Ask a Question / Re: Actors and Tileset Communication Ploblem
« on: January 01, 2019, 09:45:12 pm »
Are you trying to check an underlaying tile for the actor? Maybe try finding the row, colum of the actor compared to the tile. Also, tiles can respond data attahed to them.

Pages: 1 2 3 ... 34