Hey there. I need your help. Not cause of an error or an issue. I manged to code the hole dragable script on my own and Im very proud of it. But there is a situation which I dont understand. I don't understand where the behavior of the individual elements comes from. Every time I move the crafting background, the border at which the buttons disappear also moves
#troubles without any troubles
15 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
How to Ask a Programming Question
Anyone can ask a question in our programming channels. Following the guide Writing The Perfect Question is recommended.
What to Post
State your problem clearly and provide all necessary details:
- the relevant portion of your code, or all of it
- the expected output
- the actual output (or the full error)
:trophy: Gold Standard: Minimal Reproducible Example
Where to Post
Provide the relevant code in the message, and format it nicely with a code block*. If it's too much for one message, you can upload it:
- Compiler Explorer for most C/C++ snippets
- OnlineGDB for interaction, debugging
:no_entry: Do not post screenshots, let alone photos of your screen!
* Use /code if you don't know how to format code blocks
does it move?
cause looking at it
the border where it disappears seems to stay where it is in relation to your monitor
mhmmm
yes
I don't have time to look at those files, but that might help you find it
I don't think so, I just watched it again and that border is staying in the same place
it's position is absolute
your hint helps me
put another way, it seems like the problem is actually that it's not moving when everything else
!solved