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

Pages: 1 2 3 4 5 ... 44
31
Extensions / Re: Taptic Feedback iOS
« on: October 14, 2019, 01:32:08 am »
cool!

32
Ask a Question / Re: Detect Phone's Aspect Ratio?
« on: October 09, 2019, 03:24:31 am »
Hi, as per NOTA you can use those blocks to change the way your game is scaled.

You can use my extension to calculate  the device's screen ratio. The blocks return the actual size of the screen - so if you have a game in a browser it will return the width or height of the whole screen, not the browser screen, Obviously this won't matter for a phone or tablet.  Pixel ratio isn't much use, as most pixels are square.  There are a few other blocks you might find useful   eg. dpi  and device language blocks.

33
Ask a Question / Re: My extensions have stopped working
« on: October 08, 2019, 03:05:41 am »
Ahh, solved! somehow I'd not capitalised the name of my class file in the same way as in my blocks file - though why it worked under the earlier version of Stencyl I don't know.

34
Ask a Question / Re: My extensions have stopped working
« on: October 07, 2019, 05:12:49 pm »
Yes, I tried cleaning

35
Extensions / Re: Taptic Feedback iOS
« on: October 07, 2019, 08:43:16 am »
Can someone who has this re-upload this? The link above is not working
I'd love this too if anyone has a working link.

36
Ask a Question / My extensions have stopped working {Solved}
« on: October 07, 2019, 05:04:23 am »
I've built a couple of extensions - not ready for sharing yet as unfinished, but they worked until I downloaded the latest beta.  Has something changed that could have stopped it working?  The extension parsed JSON using https://api.haxe.org/haxe/Json.html

I've tried all the obvious things, but my game will no longer compile with a 'type not found' error for my extensions class name.

37
It would be great if Stencyl had some sort of more robust error recovery. It seems that if it locks up and you need to force quit Stencyl your game is broken.

I've taken to backing up regularly every 30 mins!- normally I just zip the games folder in the workspace. Unfortunately, sometimes a corruption isn't immediately apparent until you decide to work on that behaviour again and it won't open.

Some sort of check when you open a game, or some other recovery method would be great.

38
http://community.stencyl.com/index.php/topic,58593.0.html
This was under development last I checked, might be what you need.
  Yep, this would be perfect for what you need.

39
Ask a Question / Re: Extension Update to 4.x
« on: July 26, 2019, 07:16:13 am »
yep, cool.

40
Ask a Question / Re: Extension Update to 4.x
« on: July 26, 2019, 01:42:00 am »
I'll help if i can

41
Ask a Question / Re: Is there a way to apply a shader to an actor?
« on: July 23, 2019, 03:47:05 am »
Could anyone point me to a good resource to learn how to create shaders? All I really want to do is tint an image. (I know I can do this with the tint block - I already do this,  but i'm hoping a shader will  turn out to be faster/usable).

42
Ask a Question / Re: Is there a way to apply a shader to an actor?
« on: July 23, 2019, 03:10:34 am »
Awesome mdotedot, now all I have to do is learn shaders!! Thanks.

43
Ask a Question / Is there a way to apply a shader to an actor?
« on: July 22, 2019, 01:18:45 pm »
As per the title, is there a way to add a shader to an actor? Applying hue to an actor used to be pretty fast in the previous version of Stencyl, now it's unusably slow - I'm guessing it's because openFL got rid of hardware acceleration for this (that seems to be to blame for all the slow downs - like the drawing functions that are so much slower now).

I'm hoping it's possible to use the hue shader and that it's faster - but I need to be able to apply it to actors, not the whole screen.

44
Extensions / Re: FMOD Studio Extension
« on: July 09, 2019, 02:11:04 am »
I really like how FMOD integrates with https://www.fmod.com/io making it really easy to find really good quality sounds for a really low price ($0.99), and not have to worry about licensing.

45
Extensions / Re: FMOD Studio Extension
« on: July 04, 2019, 12:37:33 pm »
Cool, will be amazing addition to Stencyl if you can get it to work!

Pages: 1 2 3 4 5 ... 44