-
Q2 2019 - Spring has Sprung and Summer Is Coming
by blob ·I didn't dare to ask for Analytics!! (partially due to Appformative kinda fulfilling that role in the past), I don't think Roland is still active with it though. -
what is this when it comes to displaying a behavior in a table (picture provided)
by Two.E ·What is the expression you are using to reference the table... Or to change the image? -
Q2 2019 - Spring has Sprung and Summer Is Coming
by bob loblaw ·(Quote) -
Some Observed Bugs/ UX Suggestions for Online Creator
by NKBDL ·Hi all, I have been working with, and really liking the online creator. Here are some items I saw wish I wish to have fixed/ enhanced. Thank you. @adent42 -
Q2 2019 - Spring has Sprung and Summer Is Coming
by adent42 ·@Armelline - Let me know what you see on the camera stuff. -
Intelligent A.I
by adent42 ·With a lot of details missing here's what you'll need to do: -
what is this when it comes to displaying a behavior in a table (picture provided)
by tatiang ·You can upload it to a file-sharing site and then post the download link. I use Dropbox myself, but there are many options. -
Q2 2019 - Spring has Sprung and Summer Is Coming
by Armelline ·Oh yes please. Or at a mimimum add iPhone X aspect ratio to the dropdown. Testing for iPhone X makes my plums ache. -
Upload GameProj to webversion
by NKBDL ·Yes you may: -
Q2 2019 - Spring has Sprung and Summer Is Coming
by RedRobo ·Please (if it's relatively straightforward) could you make Mac Creator remember the custom resolution setting during preview. I have to enter it repeatedly many, many times per day. Very frustrating. -
Q2 2019 - Spring has Sprung and Summer Is Coming
by NKBDL ·Appreciated all your works and look forward that we can fully utilize the Creator 2.0. That's what I wanted as well. And we do wanted to make money off our game with better exposure. -
Q2 2019 - Spring has Sprung and Summer Is Coming
by blob ·No need... let me do that for you lol >:) (Image) -
Free 2D Game Art for Your Projects
by Eric Matyas ·Awesome...please feel free to share your projects...I'd love to see how you're using my backgrounds! :-) -
Have any function can count angle(direction)?
by bob loblaw ·i think you’re right. looking at that it looks like it’s pretty much the same thing, but with its own easy to understand name. -
Q2 2019 - Spring has Sprung and Summer Is Coming
by adent42 ·Hey everyone, it's been a while and I guess I owe you all an update and roadmap. -
Have any function can count angle(direction)?
by Two.E ·And if you want the opposite direction, ie the angle facing the middle, then add +180 at the end of the expression. -
Have any function can count angle(direction)?
by Two.E ·Does the vector to angle function not do what you want? -
Have any function can count angle(direction)?
by bob loblaw ·hope it can help a few other people as well. very useful function for rotating projectiles to the right angle along their flight path, as well as an AI function if you have an enemy shooting at a pos -
Have any function can count angle(direction)?
by AlkaPP ·@bob loblaw this is what I meant "a higher skill developer". How the hell in the earth you figured out that complicated equation? (Image) -
Have any function can count angle(direction)?
by bob loblaw ·use asin/acos/atan, using the x and y displacement between each point as the lengths of a pythagoras/right angle triangle. you would also need a real attribute to allocate the value to when it is calc