Tesamu's Forum Posts

  • 15 posts
  • [quote:3gyo2k0p]The BROWSER PLUGIN has a condition called "On back button pressed"

    ohh okay MPPlantOfficial, so this is plugin from construct 2 or ludei?

  • So guys my application already .apk (by ludei), when i install to my mobile, its works fine, but only when i accidentally touch back in my mobile, the apps suddenly stopped with no notification, there are solution for that case? i hope when i touch back in my mobile, there is notification first.....

    thank you before, and sorry about my grammar and vocabularies....

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • So guys my application already .apk (by ludei), when i install to my mobile, its works fine, but only when i accidentally touch back in my mobile, the apps suddenly stopped with no notification, there are solution for that case? i hope when i touch back in my mobile, there is notification first.....

    thank you before, and sorry about my grammar and vocabularies....

  • So guys, i already make some project with window size 1280X720 with all layout size 1280X720, when i tried install (phonegap) to my android, the size is doing fine, but when i install apk in the samsung galaxy tablet, there is a black layer at the top and bottom(not fullscreen) (tablet resolution : 1024 X 768)

    i have read the official tutorial for multiple screen, and try to change the window size to 1600X900 (16X9),fullscreen in browser to inner scale (landscape), but the object and layer all messed up

    pls help me....Thanks before and sorry about my grammar and vocab.

  • All you need to do is verify whether an object is overlapping another, and if so, set that object to a random position again. It'll change its position until it's no longer overlapping.

    Ahh really thanks Gwerneck for your info, the problem already solve, so i use the method "random" with while and object is overlapping, but at the first click, the function will not run, but for second click and so on, the function work perfectly.

    Yep, you'll have to create a loop that is repeating as long as at least one object is overlapping.

    Yeah thank you randomly, but i dont know, why the function not run at first click, but for second click and so on, the function work perfectly.

  • So guys, i want to ask about this topic, so i have 6 objects and circle with 6 imagepoints. If i click the button, the objects will set position with random imagepoint (like multiple choice). but for now the objects sometimes just show up 3 or 5 objects(some object overlap with other object). Please someone help me.

    Thanks before and sorry about my grammar and vocabularies.

  • 1. Check to make sure your device is not on fire, especially if it's a galaxy 7.

    2. Read this help on optimizing for mobile and see if any of it will help.

    https://www.scirra.com/tutorials/298/performance-tips-for-mobile-games

    3. Try running it through a browser on the device and see if it's still laggy, if so you know its not the game but phonegap or cordova where you need to focus.

    okay thank you chrisinfinger, i will try your suggestion, i hope this will be improve my project

  • Hello guys, i want to ask about something, when i try this game in my computer (localhost:50000), the game is seems fine, but when i export to cordova and use build phonegap. (approx download 10.9 and memory use 523.1 mb and events: 152), the game become super laggy. what best solution for this laggy problem??

    thanks before and sorry about my grammar and vocabularies...

  • I think he is trying to reach a point with pathfiding that has moved since he clicked?. (a bullet) So when the character reaches that place he wants to end up at the bullet's current position. Not where he clicked?

    you are right, already solved, thanks tunepunk

  • If the destination is inside an object that is solid, path will go the nearest available place on the obstacle grid outside that object.

    for that near condition, im already use Ashley logic, thanks for your suggestion 99Instances2Go....

  • I think this can be resolved by having the MainChar move to touch.x,touch.y. You can store this in global variable if you want. This should make it go to the initial destination of the Object yeah?

    i have already resolve the problem, randomly helped me, so the method is make some button(checkbox) and if checked, so every 0.5 sec Mainchar find path to object

    but thanks for your help too plinkie...and once again sorry about my grammar and vocabularies

  • Going to need more info than this..

    so, i make a games with touch and pathfinding behavior

    and the i want to MainChar go to the object when we click the Object

    but if the Object has Bullet behavior, the MainChar not follow the object but only follow the first place i click the Object, so the MainChar and Object not meet...

    Thanks before......and sorry about my grammar and vocabularies...

  • You probably have set the pathfinding behaviour to go to the point where the touch was, right?

    This only works for non-moving objects.

    To follow a moving object, you need to update the pathfinding every second or so. (depends on your liking how regularly it gets updated. The more often the more ressource intensive the program will be)

    I created a .capx for you, have a look: https://www.dropbox.com/s/xrh10x5z7mmbnwy/FollowBullet.capx?dl=1

    Really thanks randomly, well done, thanks for helping me. finally i get it, i will try to implement with touch now....once again thanks randomly

  • hi guys, i need some help, to resolve some problem

    so, i make a games with touch and pathfinding behavior

    and the i want to MainChar go to the object when we click the Object

    but if the Object has Bullet behavior, the MainChar not follow the object but only follow the first place i click the Object, so the MainChar and Object not meet...

    Thanks before......and sorry about my grammar and vocabularies...

  • hi guys, i need help to resolve this problem

    so i want to make MainChar going through the Object place(bullet), but the MainChar always stop at the point i click....(im already setting find path to object x,y)

    Thanks before...

  • 15 posts