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

Pages: 1 2 3 ... 13
1
Ask a Question / Re: Publish option not available in Stencyl 4.0.1
« on: September 20, 2019, 03:53:31 am »
You have to be sure that you are logged in on your Stencyl App.

2
Looks really nice..
How's the downloads doing ?

Cheers !!

3
Ask a Question / Re: What Android to test?
« on: August 04, 2019, 12:38:18 pm »
Exactly of this reason i would go with the Samsung Galaxy series..
Very common phone !!

// Andreas

Picking the least expensive popular device seems reasonable to me--not only saving some money, but also giving some assurance that if your game works on lower-end hardware, it should work fine on higher-end.

4
Ask a Question / Re: the background does not occupy the space I need
« on: August 04, 2019, 12:36:39 pm »
Please take a look here and see if it could be of any help: http://www.stencyl.com/help/view/controls/

Best Regards

i am making a mobile game and i cant progam a jump button


5
Ask a Question / Re: Checkbox, Lists, Dropdowns etc
« on: August 04, 2019, 02:34:48 am »
Wow, greatly appriciated.
Will sink my teeth into this very soon, again thanks for sharing.

Best Regards



HaxeUI isn't something I plan to deal with anytime soon. Writing my own UI code from scratch worked really well for my needs. If you want to go that route and want a head start I'll share the code I have. I find it easier to write my own code from the ground up than learn how someone else's works, but the offer is there. I don't have checkboxes, dropdowns, or lists, but I do have the framework for them. I have a widget system, just not those particular three widgets.

This is what I do have:

Menus: http://www.anorthogonaluniverse.com/misc/vallas/2018-03-30-01s.png

Lists with clickable elements: http://www.anorthogonaluniverse.com/misc/vallas/2018-03-30-02s.png

Textboxes and buttons: http://www.anorthogonaluniverse.com/misc/vallas/2018-03-30-03s.png

Image lists: http://www.anorthogonaluniverse.com/misc/vallas/2018-03-05-02.png

Example block usage for setting these up:
1. http://www.anorthogonaluniverse.com/misc/vallas/2018-02-03-03.png
2. http://www.anorthogonaluniverse.com/misc/vallas/2018-02-03-04.png

6
I would guess HTML5, that's what everyone is using.

7
Ask a Question / Re: Checkbox, Lists, Dropdowns etc
« on: August 02, 2019, 12:44:23 pm »
That would be awsome, let me know if i can be of any assistans.

Cheers

// Andreas


At one point there was a lot of interest in integrating HaxeUI with Stencyl as an extension. I looked into it last year and it wasn't quite ready. It might be a good option now. Since then I've written my own UI interface from scratch and it serves my needs, but HaxeUI may be worth another look now.

8
Ask a Question / Re: Checkbox, Lists, Dropdowns etc
« on: August 02, 2019, 06:19:40 am »
Hi, yes that what i was afraid of.. Would be nice with "native" support for those controls.

// Andreas

Checkbox can be an actor where you switch its animation based on something.
Lists are just lists. Loop through a list attribute and draw everything or part of it.
Dropdowns could be just a list that appears when you click or select something.

All of those are possible. They have their own set of challenges though, depending on the amount of items you are displaying on lists and dropdowns.

9
Ask a Question / Checkbox, Lists, Dropdowns etc
« on: August 02, 2019, 05:05:59 am »
Hello

Is there a way to implement any of the above into stencyl ?
Trying to create something that is not a game in stencyl  8)

It's been a while but i'm back to this lovely software again.

Best Regards

// Andreas

10
Extensions / Re: Playsurface Extension
« on: January 26, 2015, 03:19:21 am »
Try to email him again !!
I bet if this plugin would work for android/ios it would get many many downloads.

Cheers !!

11
Extensions / Re: Playsurface Extension
« on: January 21, 2015, 02:25:44 am »
Really amazing extension..
Is it possible to use this extension for making games for other touchdevices like, ipad, iphone, android ??

Cheers !

12
Resolved Questions / Re: Actor in front of rectangle [How?]
« on: October 26, 2014, 08:24:24 am »
Make sure you place them on different layers !!

13
Ask a Question / Re: White box surrounding my actor?
« on: October 18, 2014, 05:46:52 am »
You have to save your picture to .png that can handle transparancy. Or when you import your actor into Stencyl choose the white color to be transparent.

14
Ask a Question / Re: Make a tile disappear or become transparent?
« on: October 17, 2014, 02:32:32 am »

15
Ask a Question / Re: help understanding joints
« on: September 07, 2014, 11:56:49 am »
Hi, take a look on the StencylForge for Joints !!

Cheers !!

Pages: 1 2 3 ... 13