Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
A Simple XML-Based Searchable Database
Author: Joachim Schnier
| Website: http://www.cancerinform.net/ |
The Button Scripts
The Name Buttons
The script is simple. We execute the function showModels and specify the arguments as shown here for one button.
on (release) {
showModel("monica","fmodels.xml");
}
The Submit Search Button
We execute the search function.
on (release) {
searchModel();
}
| » Level Intermediate |
|
|
Added: : 2002-07-05
Rating: 8.30 Votes: 140
Hits: 3849
|
| » Author |
|
The author is a scientist working in cancer research.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (209 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|