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.


Topics - Jkniager

Pages: 1
1
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.

2
Nothing to see here

3
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?

4
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.

5
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.

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

Pages: 1