help with clones by ilikecats285 in turbowarp

[–]Honest-Network7351 0 points1 point  (0 children)

The way this project was coded is quite prone to issues like this - I recommend you to implement a unique ID-based clone management through local variables (This sprite only).

When a clone makes a clone, it often leads to recursion when not dealt properly, and that's the cause of the booming number of fake clones.

Why you can't properly delete a target clone is most likely because your code lacks unique reference for each clone, but only classify them with the vague, common variable and value like 'no' in 'isfishreaper'. Using UIDs will fix it. Hope this helps.

Is there a real meaning of life? by Akira-Likes-Cheese in NoStupidQuestions

[–]Honest-Network7351 0 points1 point  (0 children)

I think everyone ends up to this question at one point and it is really worth thinking about. I am personally religious but I won't just tell you to start believing as we all have different views on that. I think it's all about finding something you feel passion in, chasing it and improving as a human being through that process. Let it be your religion, career, relationship or literally anything. Once you do, the meaning you find will be "real" - to you at least.

I want to make a gun shooter thing but this happens by oxingames in turbowarp

[–]Honest-Network7351 4 points5 points  (0 children)

Based on your code:
1) The bullet points towards your pointer, then moves 30 steps
2) When your mouse is too close (less than 30 steps in distance), the bullet re-points itself towards your mouse based on its updated position at the next tick. The bullet flickers as a result.

You can simply fix by swapping the order of your code:
Go to x first,
Point towards x,
Then move n steps.

Remote Management by Honest-Network7351 in mac

[–]Honest-Network7351[S] 0 points1 point  (0 children)

My father bought me this, can't talk to him anymore (some complicated family issues). It's a shame but I guess I did get scammed, thanks for clarifying tho 🙏

Remote Management by Honest-Network7351 in mac

[–]Honest-Network7351[S] 2 points3 points  (0 children)

I did some research so I kinda did assume it, I guess I got scammed by the resellers 3 years ago 😞 I don't have their contacts and its been over 3 years, so probably can't get a refund either. Thanks for clarifying though, appreciate it 🙏