I want to make a Search System In Flash Like:
It Will Consist of 3 Keyframes
The First Keyframe I want it to have only this much
One Input Text Box Where You Will Type In The Member Number
One Search Button. After Typin in the member number (ex :- 0102), you press the Search Button AND (here is the part that is hard for me) It will search from a Text file outside the flash and then pop up the Information.
(a text file that will consist of something like this Member Number and The Points they have...This is all i want)
The Second Keyframe will show the information that you searched. I want it to Show Something Like This
Member No. : 0102
Points : 9 (and next to this point, i want two buttons: One is that when you press will increase one Point (9 --> 10) and the other to minus one point ( 9 ---> 8)
And the last button on this page i want is the "Back" button that when pressed will take you to Frame 1. (This button i can do, on(release){
gotoAndPlay(1);
}
The Third Keyframe Is If There is No Information About The Member No. You Searched A Static Text Stating "Invalid Member No. / Member Does not Exist") and a "Back" Button Taking You Back To Frame One Again
Is This All Possible?
Edited by Amrik, 28 February 2007 - 09:06 AM.
