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

Pages: 1 2
1
Ask a Question / Re: Setting Up Proxy For Stencyl?
« on: July 24, 2018, 11:54:04 pm »
Thank you, that makes more sense now. I did a little research on Google and YouTube and figured out how proxies work. I didn't understand why Stencyl had this feature because there was no documentation on it., but now it's clear to me.

2
Ask a Question / Re: Setting Up Proxy For Stencyl?
« on: July 24, 2018, 05:24:35 pm »
Right, I want to know how to create a proxy server and set it up with stencyl.

3
Ask a Question / Re: Setting Up Proxy For Stencyl?
« on: July 24, 2018, 04:14:17 pm »
Right now I'm using 3.4.

4
Ask a Question / Setting Up Proxy For Stencyl?
« on: July 24, 2018, 03:50:27 pm »
Hey, I'm curious about the proxy settings in found in Preferences > Network.

I couldn't find a guide on how to set it up.

What can I do with these proxy settings and how can I set it up?

5
Ask a Question / Re: Get Control Text?
« on: July 29, 2017, 09:15:48 pm »
Thanks guys for the response. Sorry for my late response; it's been a very busy week for me. I'll take a look at what both of you shared. Thanks again! :)

6
Ask a Question / Re: Get Control Text?
« on: July 28, 2017, 05:47:37 am »
Thanks, I've seen and read those. I understand the Input events, but I want to do something different. On a created event, I want to get the character values as text so I can save/load the information, and display the keys on the menu screen from the start without having the player press any keys yet.

7
Ask a Question / Get Control Text?
« on: July 28, 2017, 04:19:30 am »
Is it possible to get or print the value of the control key assigned to the control name? Or is that too weird of a thing?

What I'm trying to do is create a user-friendly menu option where players can change the control keys.

8
Ask a Question / Re: StencylForge not working?
« on: January 07, 2017, 09:17:21 pm »
Oh, thank you for the fast response! :)

9
Ask a Question / StencylForge not working?
« on: January 07, 2017, 09:02:39 pm »
I'm having problems with uploading my behaviors on StencylForge. The program claims that I have uploaded the behavior successfully, but when I go to view it the icon is blank, and when I try to download it, I get an error message saying that I can't download the resource.

How can I troubleshoot something like this?
Is there something wrong with stencylforge, or my account?

10
Oh, so it was as simple as that! Thanks a million letmethink!  :D

11
Ask a Question / Re: Java Running out of Memory
« on: April 20, 2016, 10:18:27 pm »
Does this only happen to this particular background, or do you get this error on everything you try to download on stencylforge?

12
Ask a Question / Re: Pencyl not opening
« on: April 20, 2016, 10:07:02 pm »
I couldn't find any way to reinstall pencyl, but I know that the default directory for pencil is:

C:\Users\YourUserName\AppData\Roaming\Stencyl\stencylworks\tools

You can try deleting the .7z file that are in that folder, reinstall pencyl, and hopefully that fixes your problem.

13
Ask a Question / Scaling my game at a higher resolution appears blurry
« on: April 20, 2016, 03:20:11 pm »
The game I'm working on has a screen size of 480x320. Whenever I change the scaling at a higher number than 1x, the images appear blurry in game.  Is there a quick fix to this?

The image on the left is the scene editor zoomed at 300%. The image on the right is the game scaled at 3x.

14
Ask a Question / Re: Need help with character behaviour - platformer
« on: January 17, 2016, 12:26:25 pm »
I think you can do this by changing the animation of the actor to a swimming animation when the actor collides with the water. Then make the actor fall down slower than he does in land.

You might have to make adjustments to your other behavior if you want to use the jump button to move up when you're in the water.

ex.

if (jumpkey is down) and not (swimming)
{
jumping code
}
otherwise if (jumpkey is down) and (swimming)
{
swimming code
}

15
Abandoned Bugs / Re: Windows Platform Will Not Compile
« on: January 16, 2016, 11:51:36 pm »
It works when I choose Flash Player & Browser, but not windows. I get this same error in every game I try to test.

Pages: 1 2