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

Pages: 1 2 3 ... 6
1
Ask a Question / Stencyl 2.0
« on: July 04, 2014, 07:01:25 pm »
Does anyone have Stencyl 2.0? Or someway I can get it?

I am trying to download a Tower Defense Tutorial of the market that isnt on the stencyl 3.0 market

2
Ask a Question / Tower Targeting
« on: July 02, 2014, 07:09:41 pm »
Hey Guys, I have been pulling my hair out on this for a few hours and I cant seem to figure out how to pull this off,

I am building a tower defense game, with simple enemys walking left to right. Basically what I am trying to do is get the tower to target an enemy. So it was suggested to me to once the enemy enters a region to target it. THAT part is simple. Where it gets difficult for me to figure out is what happens when a second enemy enters, and shortly after that first enemy dies or leaves the region, how can I get it to basically go down a list of choosing chronologically the enemys to target when they enter. (The tower can only shoot 1 enemy at a time)

The idea would be 3 enemys could enter nearly at the same time, but the tower would target the one that first entered, and when that enemy dies, the second one that entered and then the 3rd and so on. My goal is to make it never ending and smooth

ANY help or links to tutorials, example games, anything would be a huge help. Hopefully I make sense, Thanks guys.

3
Ask a Question / Grab Lowest Actor in list
« on: July 01, 2014, 07:00:59 pm »
I have a list in which I add actors to it, Is there anyway I can set another attribute to the lowest actor in the list, for example take priority over the actor in the 0 slot, versus the actor in the 1 slot..

4
Ask a Question / Grab lowest item from list
« on: June 29, 2014, 06:10:05 pm »
IS there a way to set something to the lowest item from the list. Like if there is 11 and 14, it will take the item in 11 first?

5
Ask a Question / Basic Question: the Not behaivor
« on: June 29, 2014, 08:47:50 am »
If I want to check if an actor has lift a region, does using the
"If actor is Not: (actor of type is inside region)" Do that?

Basically I want to know if the "not" block reverses everything..

6
Ask a Question / Turret Target locating
« on: June 29, 2014, 03:37:53 am »
Hey Guys, I am making a Game with a turret, turret is simple, it makes an actor and shoots it at an actor, prettty simple to create, however there is going to be multiple actors on the scene, how can I set it up so that the tower targets a character within range automatically

7
Ask a Question / velocity movement question
« on: June 18, 2014, 05:01:54 am »
Hey guys, I am tryung to simulate a movement youd see in league of legends or Runescape where your actor moves to the mouse press. To do this I take the atan2 of y:mouse press y - player y x: mouse press x - player x x180/2. I then set that as degrees. This works but the problem I am running into as the lovement can be weird... sometimes the actor curves to a point instead of a stright line, which as you can imagine would look weird I  rhe game. Does anyone know a fix to this? Is there another way of doing it? Thanks!

8
Ask a Question / Trig/ Circle Question
« on: June 09, 2014, 06:19:11 pm »
Hey Guys,  I have a trigonometry question

The game is setup around a circle, the player rotates around the circle, and the player can jump of the circle before landing back on it. The goal would be for the player to jump straight out, so what I would need to know is what degrees he would be jumping towards. Oblivious it is easy at the Axis points, 90, 360, 270, 0. But how would I mathematically find what degrees that character would be jumping towards somewhere in the middle? How would I do this with a formula
I am assuming I will use Atan2 or something similar for this I am just not entirely sure how to do it:(

I made a small diagram of what I am trying to explain if I was unclear, the arrow represents the circle shooting straight out...
http://imgur.com/E3QE9Ue
Thanks so much guys

9
Ask a Question / Display Size? [iOS]
« on: May 29, 2014, 03:34:26 pm »
I am designing a game for iOs and needed some advice..

nowadays it seems like less iPhones has a 480 by 320 display, I am not really sure how to build my games and what size I should build them for. Does anyone have any advice?

10
Ask a Question / Test on Android Simulator?
« on: May 15, 2014, 03:47:09 pm »
Is it possible to test on Android Simulator? Or does ti have to be on device.. on device isn't currently working for me..

11
AdMob / Admob Extension Broke?
« on: March 23, 2014, 12:04:31 pm »
I have the latest version of Stencyl, when I install "Admob.zip" through the install extension it does nothing. The extension is never listed inder extensions.. What to I do

12
Ask a Question / Permanently Lock one actor on another
« on: March 10, 2014, 02:53:27 pm »
Does anyone know of a way to permanently lock one actor onto another, even if that actor rotates, the second actor will always keep the same position?

13
Ask a Question / Rotate with an animation
« on: March 10, 2014, 02:29:29 pm »
Hey Guys, I am using the "turn actor by X Degrees" block.. it works all great and turns, but I was currious to know if anyone knows of a nice way to add a little animation to it as it turns. like instead of instantly turning? anyone?

14
Ask a Question / When Created
« on: March 08, 2014, 05:26:09 pm »
Does  soething in the When Created of a scene occur everytime the scene is opened, or is it only the initial time?

If its everytime, is there a way to make it only the initial time?

15
Ask a Question / Anyone Familar with the rotate around actor behaivor?
« on: February 18, 2014, 01:24:29 pm »
Anyone Familar with the rotate around actor behaivor? Sorry to sound desperate but I can't quite wrap my head around how I could reverse direction of rotation

Pages: 1 2 3 ... 6