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

Pages: 1 2 3 ... 432
1
Extensions / Re: SteamWrap (for Steam Games)
« on: December 19, 2023, 09:13:36 am »
I don't know what would need to be updated as I don't know what changes were made to Stencyl or OpenFL/Lime that would break it.

I have not used leaderboards myself but the ID should be that of the leaderboard, not the app ID.

2
Extensions / Re: SteamWrap (for Steam Games)
« on: August 19, 2022, 05:03:11 am »
There is not, but according to the docs you can invite players without any SDK implementation.

3
Extensions / Re: SteamWrap (for Steam Games)
« on: June 20, 2022, 05:15:46 pm »
Use the API name in that block.

4
Ask a Question / Re: Coolmath games API
« on: December 29, 2021, 09:08:15 am »
I have, and you can use this extension I made (attached to post).

5
Ask a Question / Re: Newgrounds integration
« on: November 18, 2021, 04:28:13 am »
Ads are not a part of Newgrounds.io.  For medals you can use this extension, but you'll need to create your own notifications if you want them (players don't seem to care if you don't have them).

https://community.stencyl.com/index.php/topic,59319.0.html

6
Shared Resources / Re: Extra Save Blocks (HTML5 Save Fix)
« on: November 12, 2021, 03:55:16 am »
You can enter anything in the block as long as you use the same text for loading/saving and don't change it after the game is published.

7
Ask a Question / Re: Web Scaling for Mobile?
« on: June 05, 2020, 05:05:00 am »
Try adding this to Settings > Advanced > OpenFL Settings:
<window resizable="true" />

8
Ask a Question / Re: HTML5 Not playing sounds when scene is loaded.
« on: May 30, 2020, 04:19:04 am »
You could try the focus event (Input > Universal > Focus) and then play the music there if not already playing.

9
Ask a Question / Re: HTML5 Not playing sounds when scene is loaded.
« on: May 29, 2020, 03:48:00 pm »
Browsers have made changes to restrict autoplaying audio/video so it's probably that.  If I open the link in a new tab I don't hear audio until I switch to that tab.

11
Ask a Question / Re: Mac - Fullscreen not working.
« on: April 18, 2020, 01:30:21 pm »
It might be this issue: http://community.stencyl.com/index.php?issue=1639.0

You can work around it by setting full screen off and then on again using the block under Game > Screen > Window Size.

12
Extensions / Re: Debugging Tool [v1.0]
« on: April 01, 2020, 01:19:01 pm »
The attached extension needs a separate containing folder to work correctly when imported from Stencyl.  Also when I test on HTML5 I get a FPS reading of 0 (OpenFL bug maybe?)

13
Shared Resources / Re: Automatic Gamepad Mappings for Desktop
« on: March 30, 2020, 06:16:56 am »
Gamepad Mappings is the core behavior that can be exported from the example game and imported into yours.  The Test Scene event shows a mapping example but shouldn't be copied directly.

14
Journals / Re: Crossbar Kevin
« on: March 21, 2020, 09:13:03 am »
Newgrounds and Kongregate are rating-based so games can get a lot of plays there if they're rated well (generally 3.5 or higher).

15
Ask a Question / Re: HTML5 Newgrounds/Kongregate API
« on: February 29, 2020, 10:53:58 am »
I have extensions for both of those sites, but I haven't implemented leaderboards for Newgrounds yet.
Kongregate: http://community.stencyl.com/index.php/topic,59316.0.html
Newgrounds: http://community.stencyl.com/index.php/topic,59319.0.html

Pages: 1 2 3 ... 432