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

Pages: 1 2
1
Ask a Question / Re: Help. How to keep actors in place? [Solved]
« on: May 15, 2017, 01:04:03 am »
This was actually a nightmare to do with unity.....could not get swipe to work with a specific actor. Stencyl is amazing.... I think I'll complete and publish the game with it XD

2
Ask a Question / Re: Help. How to keep actors in place?
« on: May 15, 2017, 01:00:48 am »
I have made it work.   Switched to simple physics( though this may not matter....might just be placebo XD ') )..... instead of using push actor, I used x speed and set conditions to remove unneeded X and Y speed depending on which side the actor has collided. It now works silky smooth

3
Ask a Question / Re: Help. How to keep actors in place?
« on: May 15, 2017, 12:55:27 am »
Thanks....but I was avoiding that method because I am not so good with tweening XD.....also I have a player that needs the collisions for going through the maze.

4
Ask a Question / Re: Help. How to keep actors in place?
« on: May 14, 2017, 04:25:50 pm »
....and just to add. .. The actors are set to normal and friction @=0, no gravity and bounce @=0.

5
Ask a Question / [Solved] Help. How to keep actors in place?
« on: May 14, 2017, 04:19:28 pm »
I am making a sliding puzzle game but whenever the user slides a piece.....it sometimes bounces back. I am using push -actor. I have attached a short video clip of the problem.

6
So far I can only play the video by using a path from the "C:" drive for example "C:\Users\Oscar\HND\Multimedian Design and Animation\Advert\Prototype\vidTest.flv". This won't work if the game is to be burned on a CD :) . I would like to know if i can use a local URL like "Content/vidTest.flv".

7
I want to put a flash game in a cd but I do not know which url to use to play a video in the game. Any suggestion.

8
Ask a Question / Re: Cannot find video actor. Any suggestions?
« on: November 22, 2015, 06:36:29 am »
So after looking at extensions in stencyl I found the video player extension (which I later found out is availabe in scene behaviors) that is very limited. Could you provide a link to the video actor extension?

9
Ask a Question / Cannot find video actor. Any suggestions?
« on: November 22, 2015, 02:22:21 am »
I cannot seem to find the video actor behavior in stencylforge. Does anyone have another way to get it or can someone post the behavior.

10
Could you explain how to do that

11
Ask a Question / Problem with player horizontally riding platforms
« on: May 03, 2015, 08:01:00 am »
I can't get the player in a game am working on to move with the same speed the platform it's on is moving. Currently the platform slides beneath the player. I am using accelerometer for movement - ( I'm not sure if this is the cause :) ) . I have attached the block of code I am using).

12
Thanks :)  did that and added a boolean attribute to determine whether if last created actor is not from platform group whereby if not - use LastPlatform instead. Works flawlessly.

13
After creating a platform character at scene - events( using create actor block) - it becomes the last created actor.
After which I have a create button with the attached block below.

14
That's what I did originally.  I had created a platform then set it as last created actor - the problem with this is that when an actor that isn't a platform is created it becomes the last created actor. What I am looking for is a way to set the created platform as the last created platform so that when a different actor is created it identifies it as not a platform :) .

15
I have tried that but  without any success.
I've attached my code so far.

Pages: 1 2