Spindraft,
Click full editor, and scroll down below text box you will see upload attachment. Click that And upload an example capx. Walk us through exactly what is the issue.
Couple things to note. This is code, not word document
And programmers are shortcut users, so have a look here (I have it on my wall at all times) will attach a nice printable copy for you.
I speed read this, so forgive me for not hitting all your issues.
I just want to cover the red X - this can be found by right clicking the event and you will notice X invert <- that is how you insert the X
What the X does is very very important. If you read the manual (this is not an attack, it is a nudge) you will have read about conditions and would know that Conditions can be inverted, which flips the thing they test (very cool feature)
For example, the condition Monster is overlapping Player is true whenever a monster is touching the player. However, if inverted, it appears with a red invert icon X and means Monster is not overlapping Player.
If you put those into the code, everything shoud work.
Also because this is code, you cannot copy and paste anywhere. It is a safty feature. you can't paste code that references an object when that object doesn't exist for example.
Anyways, I understand where everyone is coming from. It is extremely frustrating to help someone when they are not prepared to learn - Any software comes with a learning curve, and most folks won't even open a manual.
C2 is has a learning curve, it takes a programming learning curve of everest, and turns it into a gentle hill. But it still requires learning. So we veterans like to check on is user actually willing to do some work and learn. In your case you haven't even read 20 pages of the manual - So understand that we trying to talk the same language, but you don't know the language.
The mod has stepped in and called a seace fire, which is great, no one likes conflict. But we also don't have to help anyone either. megatronx has a wealth of knowledge, and he is actually very helpful, but you didn't meet him halfway in actually reading the manual. This is what started the confrontation.
So recap. Read the manual. Make references to sections within and use the upload attachment feature when making posts by adding example capx. Give info as much as possible.
But inportant - READ THE MANUAL. Check out tutorial section. Build a few example games (such a large amount of knowledge found > Open construct > click new > scroll down to examples and open them up ) Be blown away with those babies
Edit: Forgot to add your nice printable shortcuts