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

Pages: 1 2
1
Ask a Question / Re: Can i import a game that's in haxe into stencyl?
« on: July 08, 2019, 05:13:43 am »
thanks for the quick replay. so you're saying it could import but i could only use it to export to whatever Stencyl enables but i could not edit the scenes in Stencyl or layouts.

2
Ask a Question / Can i import a game that's in haxe into stencyl?
« on: July 07, 2019, 12:15:25 am »
Hello everyone, as the title suggests, I have a game that was converted to haxe from AS and i want to know if it's possible to import it into Stencyl.

Thanks and have a great week!

3
Ask a Question / Re: 2 Questions about Drawing
« on: March 25, 2017, 10:50:05 pm »
hi again  :) ,

Create [health] as a number attribute ( you should have already created that!)

and a color attribute [health color] .......


define it's starting value :



DRAWING :


ALWAYS :


------- you would adjust the width( here 200) and height( here 25) as your needs........

note : whatever or however the health is decreased ( by get hit by bullet,etc) then you have to also decrement this [health] attribute also.....
LIKE :



wish it helps you.........



hey, i'm sorry i wasn't clear, i already have that system in place, this is why i want to use draw.
and as for the damage, it's a calculation of defense and the attacker's offense, or ATK attribute.

if it's not clear yet, i made a JRPG replica in stencyl, something i've read was impossible according to the forum, but it's working and now i only polish some aspects like the draw.

thanks for wanting to help by showing me the stages of code, p.s. the when created is not necessary as the color can change in the drawing, which makes the Always not necessary as well, the both work on a frame by frame, so i just put the color change if's in the draw.

4
Ask a Question / Re: 2 Questions about Drawing
« on: March 25, 2017, 09:44:51 pm »
well i want the health bar to have 3 different colors depending on the HP attribute, full is green towards the middle is yellow and when almost dying red.

what he did with the api, is make an image with all three colors, i want to bar to be 1 solid color at each stage.

5
Ask a Question / Re: 2 Questions about Drawing
« on: March 25, 2017, 10:44:38 am »
not in the latest version, no.

6
Ask a Question / Re: 2 Questions about Drawing
« on: March 24, 2017, 07:01:27 am »
problem is, it's a health bar, that drains and fills, it has to be a draw.
guess i'll just pad it more with a thicker border.

7
Ask a Question / Re: 2 Questions about Drawing
« on: March 24, 2017, 12:34:01 am »
thanks for the reply,  the second one really helps, Thanks!

as for the first one, the arc is 15 and border thickness is 2, and it still looks sharp.
i've attached a screenshot.

8
Ask a Question / 2 Questions about Drawing
« on: March 22, 2017, 12:25:09 am »
Hey, I'm in the process of creating a game, and i want a few things with the draw feature that I did not find the answer to.

1. is there a way to smooth the edges of a draw? I'm drawing a curved rectangle, and it looks very sharp against my graphics.

2. is there a way to draw text on top of a shape draw? i want to draw an attribute on the rectangle from the first question.

thanks

9
Ask a Question / Add Self (actorID) to List, and Target an actor ID
« on: June 06, 2016, 04:58:01 am »
hey, i'm trying to add players to a list when created, and managed to do that using "actor.getID()" now i want to use that ID for the enemy actor to target, can anyone help me understand it?

i tried, entering the id number from the attribute i saved it to, but it doesn't receive it.
thanks

10
hi, and thanks for this awesome extension.
2 questions,
1. is there a way to update it, now that repo can't be accessed.
2. is there a guide somewhere on how to use the data structures part, because i watched the dialog tutorial, and it just edits the dialog parts, i want to create data structures to contain stats for characters in my game, and i can't get the reference code to work.

thanks

11
Dialog Extension / Re: polydes/repo link broken again
« on: May 21, 2016, 11:28:46 pm »
same here

12
Bug Archives / Re: Stencyl Beta 3 can't change game settings
« on: May 18, 2016, 01:49:33 am »
thanks, i know what extention causes that, it's the only one i have installed. i have contacted the creators in hope for a newer version, but i also looked for alternatives.

just in case anyone is wondering, we're working on an RPG game, and the extention is the Easy RPG Creation Kit, but it might be too outdated to work.

13
Bug Archives / Re: Stencyl Beta 3 can't change game settings
« on: May 16, 2016, 10:21:22 pm »
thanks, is there a way to make it work afterwards or does that mean the extention can't work anymore?

14
Bug Archives / Re: Stencyl Beta 3 can't change game settings
« on: May 16, 2016, 12:30:27 am »
i also can't close a game with out getting an error.

15
Bug Archives / Stencyl Beta 3 can't change game settings
« on: May 16, 2016, 12:21:58 am »
hey, i have just upgraded to the newest beta of stencyl, and when i try to access the game settings of one of my games it produces an error and generates logs.

i have attached the logs, can anyone tell me if it's something in stencyl, or maybe my game?
also is there another way i can access my settings? i want to change the display size of a game.

thanks in advance

Pages: 1 2