Hi,
I'm looking for a way to merge graphical elements in one.
In my app I create a list of scrollable users cards. On each card I put a number of text elements, sprites and a photo.
For...
So much detailed answer!! thank you a lot for that !!
Sometimes we just searching too far when the answer is right in front of their noses..
Again thank you Volnaiskra
That's a good point. Deleting and re-cloning would be pretty straightforward. Still, I don't like how you'd end up with objects that look identical but are actually different objects. When you come...
Volnaiskra Today, 08:09 AMyes, I agree cloning isnt ideal, its just a work around to the problem,
not too bad to change things, just update one, delete the others, the clone again, if you have a foreach loop for setting ids...
Thank you as always for the in-depth explanation Volnaiskra :)
Musta Today, 01:37 AMEach of my previous solutions had a different problem. The following solution prevents both problems, and gets at the real issue: your "fullscreen" object starts the frame not actually knowing the...
Volnaiskra Today, 12:25 AMActually, that still doesn't work properly. Give me a few minutes and I'll post a better solution
Volnaiskra Yesterday, 11:48 PMThe problem is here:
https://bit.ly/30mM4G5
The "fullscreen" object always starts the frame with all of its flags set to off. So no matter what happens earlier in the frame with your ini file,...
Just as MuddyMole said.
Though I'll add that it's ok to use the [X & Y] action that you're using (and it might be a good idea if you're likely to store more types of data in this array later)....
No problem. Since you waited over 5 years to make...
No problem. Since you waited over 5 years to make your first post, I hope it was worth it XD Welcome, by the way :)
Volnaiskra Today, 09:10 AM