FloW
FloW
CC#
Created by FloW on 5/22/2024 in #help
WinForms
No description
21 replies
CC#
Created by FloW on 3/31/2024 in #help
✅ Why doesnt "this." work here?
public override void _Ready()
{
float StepLenght = 5;
if (Input.IsKeyPressed((int)KeyList.W)){
this.Position += new Vector2(0, -StepLenght);
}
if (Input.IsKeyPressed((int)KeyList.S)){
this.Position += new Vector2(0, StepLenght);
}
if (Input.IsKeyPressed((int)KeyList.D)){
this.Position += new Vector2(StepLenght, 0);
}
if (Input.IsKeyPressed((int)KeyList.A)){
this.Position += new Vector2(-StepLenght, 0);
}
}
public override void _Ready()
{
float StepLenght = 5;
if (Input.IsKeyPressed((int)KeyList.W)){
this.Position += new Vector2(0, -StepLenght);
}
if (Input.IsKeyPressed((int)KeyList.S)){
this.Position += new Vector2(0, StepLenght);
}
if (Input.IsKeyPressed((int)KeyList.D)){
this.Position += new Vector2(StepLenght, 0);
}
if (Input.IsKeyPressed((int)KeyList.A)){
this.Position += new Vector2(-StepLenght, 0);
}
}
3 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
how to change color for every text box which contain text "Red" ?
129 replies
CC#
Created by FloW on 11/24/2023 in #help
every generated textBox has a diferent value but all arrey values is 0 .
Why?
30 replies
CC#
Created by FloW on 11/22/2023 in #help
Im not sure what is better to text here
So I have a C# project picture but I dont know how to do it . Like , I know how to do step 3 4 5 6 7 etc . But I dont know how to make first 2 steps/tasks . So Im looking for someone who can help me with this (much better if you can use a voice chanel instead of text ). Sorry if I made some mistakes in this text!
10 replies
CC#
Created by FloW on 10/20/2023 in #help
✅ Help me with my C# homework please......
It's easy but I'm trying to do it for 3 hours with no results
6 replies