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

Pages: 1 2 3 ... 8
1
Extensions / Re: Rating for iOS extension
« on: March 18, 2018, 08:50:35 pm »
Would be great to have this as a built-in feature of Stencyl, not just an extension.

2
Extensions / Re: Rating for iOS extension
« on: March 05, 2018, 10:31:00 pm »
Has anyone tested this extension lately?

3
Did you end up finding a solution to this?

4
Hi Majora64,
Did you ever find a solution to this? I am having the same issue. Camera moves in X, but not in Y.

5
Yes, tiles = 32 x 32.
yes, 3 tiles above+, 3 tiles below+, 3 tiles left+, 3 tiles right.
if creating a game in portrait mode, then width of background = 512, height = 672.
when i create my backgrounds i create an image which is 4x the above sizes. so you get (512x4), (672x4) = 2048 x 2688
hope that helps. See  attached screenshot of my usual scene settings. the bottom right corner shows the scene behaviour for Centre Camera.

6
Hi Behad,

I set all my games to "Scale to Fit (Full Screen)" under Scale Mode. I find this works best for me.
The game is set to 320 x 480 pixels, then for each scene I create the background to be 3 tile widths bigger all around (this covers most screen sizes and proportions)

I finally use the "Centre Camera" behaviour for all my scenes. This behaviour can be found on Stencylforge.

All the best.

7
Fixed Bugs (3.x) / Re: Opening log viewer locks Stencil up
« on: October 01, 2015, 06:25:24 am »
same here.. using the latest nightly build on a mac - once i open log viewer it just locks stencyl....

8
Extensions / Re: How do you un-install an extension
« on: October 01, 2015, 06:22:22 am »
That doesn't work. I would like to know which files to delete or edit to completely remove the vungle extension.
Its popping up in the log viewer with errors

9
Ask a Question / Re: How to REMOVE Android Permissions
« on: October 01, 2015, 05:59:37 am »
how do you do this on a mac?
I did a search and found many AndroidManifest.xml files

Would be good if we could toggle these permission options in the settings dialog - would make life a lot easier :)

10
Extensions / How do you un-install an extension
« on: October 01, 2015, 05:29:00 am »
Trying to un-install the Vungle extension. Any notes on how to un-install extensions?

Reason I am un-installing it is that Google is going to block all games that contain this extension as it hasn't been updated and contains a security vulnerability.

It's not enough to "disable" the extension and removing the vungle blocks from the game, as I am getting log errors.
Need to remove it completely.

11
Extensions / Re: Vungle Extension [Broken, Help Wanted]
« on: July 30, 2015, 04:46:30 am »
Just wondering if Vungle is going to be updated for Android, as the current version running Vungle, has a security vulnerability. See below extract from an email I received from "Google Play Developer Support":

Hello Google Play Developer,
We wanted to let you know that your app(s) listed at the end of this email utilize a version of the Vungle ad library that contains a security vulnerability. The vulnerability can enable attackers to launch a man-in-the-middle attack against user devices by proxying network traffic and injecting a payload extracted by the Vungle app. For more information about the vulnerability, please see https://gist.github.com/Fuzion24/6535f8b9dc2a51745173.

Next Steps:
The vulnerability was addressed in Vungle v3.3.0. Please upgrade to Vungle v3.3.0 or higher as soon as possible. To check your Vungle version, you can do a grep search for:

VungleDroid/
The latest version of Vungle can be downloaded from the Vungle website. You can refer to this Vungle help center article for help upgrading. For other technical questions, please use https://www.stackoverflow.com/questions.

To confirm you’ve upgraded correctly, submit the updated version of your app to the Developer Console and check back after five hours to make sure the warning is gone.

While these issues may not affect every app that uses Vungle, it’s best to stay up to date on all security patches. Apps with vulnerabilities that expose users to risk of compromise may be considered dangerous products in violation of the Content Policy and section 4.4 of the Developer Distribution Agreement.

Before publishing an app, make sure it's compliant with the Developer Distribution Agreement and our Content Policies.

If you feel we’ve sent this warning in error, please contact our appeals team through the App Developer help center.

Regards,
The Google Play Team

Affected application(s):
com.id8games.soccer: Soccer Ball Juggle

12
There must be an easier way to do this, without having to resort to "do every..seconds"?
This was requested back in 2012:
http://community.stencyl.com/index.php?topic=8689.0

13
On a Mac using Build 8368.
Whenever I am renaming an attribute either in a Behaviour or just in the Events section, the Attribute Block name does not update as it used to in previous builds.

Normally I would rename an Attribute by changing its "Internal Name" and "Name" then clicking on "Apply Name".

14
Thanks rob1221, Yes disabling the comment wrapper does disable the code inside it.

15
See attached.

When I use this commenting block, to wrap a few lines of code, the code inside the comment block is still being executed.
Shouldn't this block prevent code that is inside it from being executed?

Pages: 1 2 3 ... 8