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

Pages: 1 2 3
1
iPhone / iPad / Android / Re: World Cup Heroes 2018 on Android
« on: June 28, 2018, 02:13:43 pm »
Did you tested on bluestack? Because its not working.

2
Ask a Question / Re: Creating suspension with joints
« on: June 28, 2018, 05:27:04 am »
Oh my word, I actually got it working.... on the first try! :))

To make it work, I edited the code for the Joints extension, copy-pasting the existing createLineJoint function and changing one line. Then I added in a corresponding extension block, and voila! It worked perfectly. Well, not perfectly; the suspension was still a little loose. But by tweaking the motors and the mass of the parts, I got it to work (almost) exactly how I wanted it to.

The one problem I have is that the joint's axis seems to swing around a little bit, but at this level, it doesn't much matter. At some point, after a bit more testing, I may share a version of the extension with the new block. I also think the extension deserves a lot more documentation than it has.

Here's the working prototype:

<a href="https://www.dropbox.com/s/8cqn3ktz4guyp94/HillClimbTest2.swf?raw=1" target="_blank" class="new_win">https://www.dropbox.com/s/8cqn3ktz4guyp94/HillClimbTest2.swf?raw=1</a>

Hi, Did you share it anywhere? I am looking for a tutorial similar to this one. I couldn't find on the forum. Thanks.

3
This extension and all other extension of my will be updated when a stable version f 3.5 is available.

Batch is not working at the moment..

Thanks robin.

5
Ask a Question / Re: Is there can send push notifications?
« on: August 21, 2017, 06:26:37 am »
i was try Batch Push Notifications for iOS and Android (Stencyl/Openfl) but its not working. i think batch changed some codes. how can i update that i dont know. im looking help :/

6
Ask a Question / Is there can send push notifications?
« on: August 15, 2017, 06:32:50 am »
Hello, someone did push notification in there? how can i use this codes on my app?
 https://documentation.onesignal.com/docs/android-sdk-setup

any have idea for this. please help me. best regards.

7
Hi, i got this error message on batch "Hmm... Unable to find a token for xxx" My app not published on Google Play. I try with dev key.

8
Ask a Question / Blend Mode - Android not working
« on: December 03, 2016, 09:30:00 am »
Hello everyone, Blend modes not working in android, any know solution about that? i need use Blend mode "Multiply" with Background. thanks for replies. best regards.

9
Ask a Question / Re: Background hue effect
« on: November 27, 2016, 10:49:11 am »
my scene size 3840x2144 but background is 2560x1440. if i make with actor, actor is not looking like background. also i tried this method :(

i think use one background, for optimize memory. because its getting 14-25mb memory. i have 5 same bg but different color. my memory +100mb now. game is loading slow.

thanks for yours reply.

10
Ask a Question / Re: Background hue effect
« on: November 26, 2016, 11:35:26 am »
your idea is good but it didnt worked for me :( thanks.

11
Ask a Question / Background hue effect
« on: November 25, 2016, 08:31:21 am »
Hello everyone,

How can i change background hue? or can i apply effect?

Thank for help. best regards.

12
Ask a Question / Re: Font solutions
« on: October 24, 2016, 04:29:00 pm »
You can import font from image, and you can choose 1x 2x 4x

13
Ask a Question / Re: Enemy AI
« on: October 23, 2016, 02:28:54 pm »
PlayerPositionX - EnemyPosition > 0
switch animation
PlayerPositionX - EnemyPosition < 0
switch animation

if your actor pass enemy, you can change first command, if enemy is passed actor you can use second command.

if you want follow actor or enemy you can use "push command - Actor > Motion"

14
Ask a Question / Re: Null Object Error
« on: October 21, 2016, 03:36:17 am »
Your code is wrong


15
You need to create, when self hits an actor of Players in your enemies.

Pages: 1 2 3