This is just a quick tutorial to know where to modify the empty riddle to make your own.
Open yourriddlepicture.fla (You will need at least FlashMX)
Select the "riddle" scene (It might already be selected):
You can import your background picture in this layer :
If you don't need a text box just erase the layer "text box"
You might not want the OK button to reach an html file but a mp3 or a picture. To change the extension just click on the OK button and on "action" at the bottom of the window, you will get that :
Lets say that the answer is bird and you want the player to put bird in the text box and reach bird.mp3 when he click on the OK button.
Just replace :
on (release) {
getURL(+word+".html");
}by
on (release) {
getURL(+word+".mp3");
}When it's ready, export the swf file, give it a name and place it in the riddle folder.
That's it ?
Yeah... Sorry...
If you want to know how to use flash just search for flash tutorials in google.
If you know how to use flash you can make a tutorial and post it in this section, it will be appreciated (and rewarded).
Offline