Hi everyone new version 2.0 is Available what's New ? Code Optimized Enabled Dynamic Physics Feature. Now you can use Jump Node with AI Node object will not go through each other. Tested and working on latest BB3 Version 3.3.7 Buy Now : https://gum.co/zqzEQ If there is any bug in the node feel free to contact
Waypoint Example Usage Guide Note : this node is separate from last AI Node Published you need to purchase it first.
Added New Node Randomly Move in the Scene Object Will move towards randomly defined location based on input Values.
i think its possible but you have to create logic through custom code. In this game enemies have 2 main logic avoid walls, chase player with using shortest path
You can find the node here https://buildbox.com/forum/index.ph...now-available-for-download.20838/#post-105630 You can ask her for more info. I am working on my own node. I will let you know when it gets ready.
I asked this question months ago but can you make me a custom script for Buildbox so I can implement tv controls for my app, just a simple left and right trigger. I have an example code just not sure how to set up the script, if you can help sir you will get compensated for it. thank you here's a sample code maybe it can help public boolean onKeyDown(int keyCode, KeyEvent event){ boolean handled = false; switch (keyCode){ case KeyEvent.KEYCODE_BUTTON_A: // ... handle selections handled = true; break; } return handled || super.onKeyDown(keyCode, event); }
I will check it for you. Btw can you explain what do you mean by tv control. Do you want to control the app with tv remote mean get input from tv remote and do something ?