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

Pages: 1
1
Abandoned Bugs / Re: Game Crashes When I Adjust Volume Via My Headset
« on: August 17, 2014, 08:05:17 am »
Okay.  Thank you for your replies.

2
Abandoned Bugs / Re: Game Crashes When I Adjust Volume Via My Headset
« on: August 16, 2014, 02:56:07 pm »
I still can't view the link for some reason.   Could you give me a brief summary of what it says?

3
Abandoned Bugs / Re: Game Crashes When I Adjust Volume Via My Headset
« on: August 11, 2014, 07:40:22 am »
I wonder if this is related to the problems discussed in this thread:

http://community.stencyl.com/index.php/topic,27701.msg159611.html#msg159611

When I click the link it tells me that either the content is missing or that I am not allowed to see it.

4
Abandoned Bugs / Game Crashes When I Adjust Volume Via My Headset
« on: August 10, 2014, 09:01:53 am »
I am testing my game in Stencyl - Trial Mode for Windows using build 7305.  My headset is a Plantronics GameCom 788.  As said in the title when I use my headset's built in volume dial the game crashes.  I have attached the logs.

5
Nothing to see here

6
Dialog Extension / Re: [HELP] <messagescene> Tag
« on: July 29, 2014, 02:34:00 pm »
That worked.  Thank you.

7
Dialog Extension / [SOLVED] <messagescene> Tag
« on: July 29, 2014, 01:09:37 pm »
I can't get the <messagescene> tag to work.  Here is what I have typed out in the dialog box:

Code: [Select]
<setattr [game "Item Bought" 1]><messagescene ["Script Side Shop Manager" "PurchaseAttempt"]>

<if <getattr [game "TooExspensive"]> >You don't have enough money to purchase that item.<but>

<else>Thank you for your purchase.<messagescene ["Script Side Shop Manager" "PurchaseMade"]><but>

<endif><dg "Human Choice">

I have tried it with and without brackets.  Could you give me an example for this tag or tell me what I am doing wrong?

8
Dialog Extension / Re: [HELP] Lists and Dialog
« on: July 28, 2014, 07:46:54 am »
Okay thank you.

9
Dialog Extension / [SOLVED] Lists and Dialog
« on: July 26, 2014, 03:56:11 pm »
Is there a way for me to use list game attributes in the dialog? Example:  List of items a shop sells.

10
Dialog Extension / Re: Dialog Extension
« on: June 03, 2014, 07:27:15 am »
Never mind I got it working.

11
Dialog Extension / Re: Dialog Extension
« on: June 01, 2014, 10:34:32 am »
This shows up in my extensions manager, but the sample game still won't work.  The blocks also don't show up in the palette.

12
Ask a Question / NullPointerException when Using Mouse Events
« on: September 27, 2013, 10:37:31 am »
I'm trying to make a title screen for my game.  Unfortunately, when I try to use mouse input, the game won't start.  I have attached the log file below.  Thank you for your time.

13
Stencyl Jam 12 / The Amulet of Otar
« on: May 01, 2013, 12:15:11 am »

Pages: 1