This is my "SpawnedImage" class and Window1, i tried to redo the code but it didnt work so i went back to the original but it doesnt do what i really want it to
what exactly are you wanting it to do? Spawn preset notes with specific timings, throw random notes out at random intervals, or something else? You haven't given us much in the way of details, and what you have seems very barebones.
In the class i want it to have everything to spawn the image, have 4 preset coordinates for the images to spawn and have a timer that is 180 seconds (the length of the song ill add later) and in the main be able to pick when the image is spawned. So say if i wanted an image to spawn 30 seconds into the song, i can write a line of code that will spawn the image after 30 seconds at the preset location in the class
You'd probably be better off saving details like that into a JSON file or other config format, that way you can edit the songs without recompiling your program every time.
It probably is its just that I dont know how i would do that, in my school we've only learned to use c# through Visual Studios and thats it nothing else