Search found 25 matches

by Donut-Dezz
Sun Feb 23, 2020 3:53 pm
Forum: General
Topic: Help. Who have had this error. on Google Play Store
Replies: 4
Views: 5929

Help. Who have had this error. on Google Play Store

Error This release is not compliant with the Google Play 64-bit requirement The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 22. Include 64-bit and 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ...
by Donut-Dezz
Fri Feb 14, 2020 1:22 pm
Forum: Games and Creations
Topic: How to scale like this and keep my love.mousepressed to work.HELP
Replies: 4
Views: 5951

Re: How to scale like this and keep my love.mousepressed to work.HELP

THANKS SLEEPY. You answer my question. im just now seeing this but thanks bro this worked.
by Donut-Dezz
Wed Feb 12, 2020 12:42 pm
Forum: Support and Development
Topic: How To get the x and y. touch without using an table.
Replies: 1
Views: 3206

How To get the x and y. touch without using an table.

How To get the x and y. touch without using an table. like example(love,mouse.getPosition) . how to do it in the love.touch. and what do the id mean in the love.touch?
by Donut-Dezz
Thu Feb 06, 2020 8:46 pm
Forum: Games and Creations
Topic: How to scale like this and keep my love.mousepressed to work.HELP
Replies: 4
Views: 5951

How to scale like this and keep my love.mousepressed to work.HELP

How to scale like this and keep my love.mousepressed to work. when i click on the start(is an image button) button it dont work.but when i remove the love.graphics.scale() it works. but i want to keep the love.graphics.scale(). it works great on mobile state = "menu" start_button = love.gr...
by Donut-Dezz
Thu Jan 30, 2020 5:54 am
Forum: General
Topic: Mobile scaling.throw off my image start button(HELP)
Replies: 6
Views: 7990

Re: Mobile scaling.throw off my image start button(HELP)

Can you do a tutorial here so other people can grasp this problem with scaling and love.mousepressed ?
by Donut-Dezz
Thu Jan 30, 2020 5:02 am
Forum: General
Topic: Mobile scaling.throw off my image start button(HELP)
Replies: 6
Views: 7990

Re: Mobile scaling.throw off my image start button(HELP)

can you write it out in using mouse click example?
by Donut-Dezz
Thu Jan 30, 2020 4:57 am
Forum: General
Topic: Mobile scaling.throw off my image start button(HELP)
Replies: 6
Views: 7990

Re: Mobile scaling.throw off my image start button(HELP)

Can you please use [ code ] ... [ /code ] tags around your code? Hit the "Reply with quote" button on this message for an example of how to use them (but don't click submit). This: mousex = (x - love.graphics.getWidth()) / scalex mousey = (y - love.graphics.getHeight()) / scaley should be...