Hi Guys! I am really stuck here! I am a musician trying to create a simple program for learning the fret names of the guitar fretboard (there are others like this, but not how I like)
Anyway its quite a simple concept....here is a picture
http://img225.imageshack.us/i/fret.jpg/
anyway you start the game, there is a picture of a blank fretboard with all six strings....underneath are 12 active objects (the letters and sharp/flat)
and the Idea is that a Dot appears randomly on any of the strings at any fret, and then you have to click on the correct answer
ok thats the basic Idea of the game....heres how I have gone about it so far,
Firstly I thought my game could offer a string by string option so that you could just practice on the string that you find tricky, so this means for level ONE I would just need to make the dot appear randomly only on the first string
anyway what I did was first create a COUNTER OBJECT, and I set it so the maximum number it could reach was 24 and minumum was 1 (this is coz there are 24 frets and so thats 24 different fret positions)....seconds I created an load of events like this.....(please note that DOT represents an active object i created)
when COUNTER is equal to 1, position DOT at (here i placed coordinated to the first fret)
when COUNTER is equal to 2, position DOT at (here i placed coordinated to the second fret)
when COUNTER is equal to 3, position DOT at (here i placed coordinated to the 3rd fret)
and so on..........until I did 24 of them
anyway finally I set this.........
At start of level, set COUNTER to random generator (24)
which means the DOT now appears randomly on any fret of the first string
anyway way then I had to think how I would make it understnad when i have click on the right answer, so I set a new event saying
COUNTER = 1
+user clicks on active object F (because F is the note on the first string of the first fret)
and that would equal the following.......
set COUNTER random generator to (24)
set THUMB animation to thumbs up
please note(I have an active object called thumb that has an animation for thumbs up and also thumbs down)
anyway now I am STUCK, I cant work out how to do the programming for when you hit a WRONG answer
also can any experts tell me if I have gone about this all the wrong way?? I feel my lack of skill means I have done it all wrong!
please bear in mind when u answer that I may not understand anything really technical lol
Thanks



Reply With Quote



