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.


Topics - violaterr

Pages: 1
1
Resolved Questions / Game suddenly not building on android
« on: February 26, 2015, 09:42:35 am »
Hello all,

as the title says, my game is suddenly not building on Android. I tried cleaning the project, same thing. I then upgraded to a nightly build, cleaned the project and then tried again, still no dice. Would anyone be so kind as to peruse these logs and give me some help?

2
Ask a Question / Actor movement behavior help
« on: January 19, 2015, 01:40:27 pm »
Hello all,

I am trying to complete a 2 way horizontal movement behavior which is supposed to function as follows:

on creation begin moving right, on touch flip the movement to left, another touch back to right, so on and so forth. I have this working.

My problem is I want the actor to move towards the center of the screen, and stay there, while the mouse is down. I almost have it but I must be doing something wrong because two bugs occur:

bug1 is if the actor moves all the way to the right side of the screen and then i hold down the mouse, he won't stop once reaching the center of the screen.

bug2 is if i test the game on my mobile device (android) the move to center while mouse is down and then stay there when centered block of code doesn't work at all.

Attached is my attempt at creating the behavior so far, perhaps you can see my mistake? Thanks in advance for any help anyone can provide me. I should mention the actor also has the cannot exit screen behavior enabled (only the x-axis)

3
Resolved Questions / Drag and Drop horizontal boundaries
« on: January 19, 2015, 12:36:23 am »
How can I modify this behavior so that I can only drag the actor a certain distance left or right. I want to set boundaries so that:

when the X of the actor is lined up with the left of the screen u can now longer drag any further right
when the right side of the actor (the width I suppose) hits the right side of the screen I can no longer drag left

The actor is wider than the screen  and spawns at different random x coordinates within certain constraints.

Here is the behavior I'm working with, any help is appreciated:




4
Ask a Question / android build fails with ad blocks
« on: January 06, 2015, 09:28:14 pm »
Having the show or hide mobile ad code blocks in my game cause it to crash when testing on my android device. I went and tried out the latest version of the admob extension to see if that would fix the problem (after signing up through Google and obtaining a publisher key of course) but then the game fails to build.

Is anyone else having issues with the ad code blocks on android devices? BTW iOS ads are still working.

5
Ask a Question / Is the Game Center tutorial still relevant?
« on: April 28, 2014, 02:29:01 pm »
Hi. This is my first post on the Stencyl forums. First of all, I would just like to say thank you and great job to the team. I'm currently nearing the completion of my first game (yay!) made with Stencyl. Now for my question.

 I was following the tutorial located here:
http://www.stencyl.com/help/view/ios-game-center/ 

And more specifically part 2 of the tutorial located here:
http://code.tutsplus.com/tutorials/ios-sdk-game-center-achievements-and-leaderboards-part-2--mobile-5801

When I'm in Xcode I see all kinds of warnings and errors related to the classes and functions it's trying to use. The screen shot is attached. I see Jon updated his tutorial at the beginning of this year and still referred to the tutsplus.com article written in 2011. I'm inclined to believe that the article might be outdated considering the amount of errors and warnings generated in Xcode.

I would just like anyone who has recently and successfully integrated Game Center into one of their Stencyl games to confirm for me that it's safe to continue following the tutorial and perhaps let me know ahead of time if there are any steps which may have changed slightly (and if you're feeling kind enough, what they are).
 

Pages: 1