|
|
|||||
Topic, My Music Game | ||||||
| ||||||
You must register or log in to post a message.I've already got all the sounds I need, using MIDI files and making them sound 8-bit style with GSXCC. I will add an option to change the speed of the music in the editor. There is only one bar, and it always stays in the same place. EDIT: Hm, 4 pixel one isn't showing up, just go to the link to see it. [edit JP] that was just because you were using IMG instead of img. There is no reference to this being an example of solid colors, and the way that the sentence is worded makes it sound like you are claiming it as your work. Furthermore, there is no reference to anything relating to colors in your post. I'm sorry if I have simply misunderstood you, but I hope you can at least see why I might have :) replace the parenthesis with brackets, replace all the dummy text, and it should work. I'm going to post some rough ideas of what the game will look like in a bit. jejeje Try to make it look pixelly, as if it came from an old video game. I'll be able to make the dot and other stuff myself. Thanks a bunch! Also, should I use an array, or is there a different way to handle the level data? I'm only 13, so I will need some help... AS2 is very limited for sounds. If you want 12 tones for a sound, you have to embed 12 sounds, it takes a lot of KB. AS3 + Flash 9 could allow you (with a well known hack to produce a sound from a ByteArray) to embed one sample and to modify the tone. AS3 + Flash 10 will allow the same thing, you don't need the hack as it is natively supported by FP10. So if you have the opportuny to use AS3, it's the good choice. AS3 will also allow you to control more accurately the synchro and the rythm. If not, you will be limited in the number of sounds you can embed, but it's still possible. Having discussed this with Rowland Rose, he told me that he embedded all sounds/tones in Music Bounce. My advice is to start with the sound engine because it's the key of your project, and you will not find many tutorials. If you can make it work, the rest is not easy but it's doable for sure. I can help too with the API. Remember if you run into trouble using the API you can always shoot me a few questions if you want. What types of software do you have? I have a faint idea of what I want it to be about. You have a dot, with which you must dodge and collect a load of blocks. When the blocks hit the bar at the bottom of the screen, they play a sound. In the editor you can mix the different sounds together to make a song. This is my checklist: 1. Collect sounds. + 2. Create a movieclip for every sound. X 3. Create engine. X 4. Create editor. X There are probably other things I will have to do, but I'm gonna need a lot of help! | Flash game developmentFirst post of the topicI have a faint idea of what I want it to be about. You have a dot, with which you must dodge and collect a load of blocks. When the blocks hit the bar at the bottom of the screen, they play a sound. In the editor you can mix the different sounds together to make a song. This is my checklist: 1. Collect sounds. + 2. Create a movieclip for every sound. X 3. Create engine. X 4. Create editor. X There are probably other things I will have to do, but I'm gonna need a lot of help! |