Try
A overlapping B
A.pickedCount>1 then destroy B
You want to count how many of A overlap B.
yours
Winkr7
Is your event sheet connected to the layout with the ship on it? Do you have more than one ship? I check the basic stuff first.
winkr7
I use C3 on the phone sometimes. Usually just for small test edits of ideas, but C3 is great for that.
It works, but it is much better with two giant 32 inch monitors and 4 sub woofers.
Do you have collisions enabled on everything? I always double check this.
Thanks Dop2000
Hello;
Is there a way I can set the mouse location at the start of a layout?
thanks for your time.
Be sure your buttons accept clicks, make sure the layer accepts clicks. Put a write statement in each click to be double sure. Make sure your layouts exist with the names spelled correctly.
There are some tutorials with JSON based dialog. There is some new work in icons in text files.
Don't make them the same object, just put two objects sick and well into the same family. All the properties they share are at the family level. When well collides with sick replace well with sick. Ie well spawns a sick and is destroyed.
I have to agree with Geoffb -- build the smallest full loop game you can. You can have big goals, but pick a small subsection that you can finish. Making a small game fun is good practice too, so if you can make it fun and finished, that is a second goal.
Hello. Some integers can't be set to floating point numbers and be represented as integers on computers--I don't know if that is the problem here. In general when I check for equality with a floating point I use a range. If you know a floating point is supposed to be an int you can round before checking too. Of course, I can see how that is a pain here esp if it worked before.
I am interested in what you find out for your dialogue system. I have the same problem, but I am trying to put the quests system into as well since dialogue generally leads to quests and includes collecting rewards etc. There are some systems over at Godot you might want to look at to get ideas.
Develop games in your browser. Powerful, performant & highly capable.
Not bad for the free version. Keep up the good work.
What do you mean by If it is not running? If you have a function that returns a zero or one you could logically not that returned value. Is this what you are asking?
thanks lots.