Newbie looking for sample flashcard stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 3
- Joined: Thu Mar 20, 2008 10:24 pm
Newbie looking for sample flashcard stack
Hi - Total newbie here.
I'm going do all the tutorials, but...
Can anyone point me to an example of a flashcard stack that I can examine and modify?
I'm here because for years I've used Hypercard to learn languages. My Hypercard stack is complex and full of arcane XCMDs and XFCNs, and won't easily convert. So I've finally decided to rewrite it into Revolution.
I think I will best learn if I can start with a sample flashcard stack and then try to modify it step by step.
Anyone? (Thanks in advance....)
I'm going do all the tutorials, but...
Can anyone point me to an example of a flashcard stack that I can examine and modify?
I'm here because for years I've used Hypercard to learn languages. My Hypercard stack is complex and full of arcane XCMDs and XFCNs, and won't easily convert. So I've finally decided to rewrite it into Revolution.
I think I will best learn if I can start with a sample flashcard stack and then try to modify it step by step.
Anyone? (Thanks in advance....)
Hi chicowoodhill,
Like BvG, I can only guess at what you are aiming at. A have made a simple database example available in RevOnline, user name Mark, title "A simple database example".
The database uses a custom property to save data and I imagine it could be used as flash stack.
Best,
Mark
Like BvG, I can only guess at what you are aiming at. A have made a simple database example available in RevOnline, user name Mark, title "A simple database example".
The database uses a custom property to save data and I imagine it could be used as flash stack.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 3
- Joined: Thu Mar 20, 2008 10:24 pm
Sorry, I shouldn't have assumed...A flashcard application is used for learning and memorizing individual items.
The concept is based upon a physical stack of cards, each of which has something written on one side (a word or a question), with the word's definition or question's answer on the other. Each card is "flashed" to see if one can define the word or answer the question. The card is turned over to reveal the correctt answer.
A flashcard application does much the same thing, only with software. A question or word is displayed, then the answer or word definition is revealed by pressing a key.
Years ago I wrote a flashcard application, derived from the original Hypercard address book. The answer was hidden in an invisible field, made visible to the viewer by hitting a key.
Over the years it had evolved into a very complicated little app. Very useful to me and others, but too convoluted to easily import into Revolution or other OSX Hypercard replacement.
So I just am looking for something that is already written that I can modify to my requirements, both to have the new app and to learn Revolution at the same time.
Whether it's an already written Flashcard stack, or a simple Address Book or other databse app that assigns a card to each database item, it should serve my purposes.
Anybody know where I can find such an item to get myself started?
Thanks....chico
The concept is based upon a physical stack of cards, each of which has something written on one side (a word or a question), with the word's definition or question's answer on the other. Each card is "flashed" to see if one can define the word or answer the question. The card is turned over to reveal the correctt answer.
A flashcard application does much the same thing, only with software. A question or word is displayed, then the answer or word definition is revealed by pressing a key.
Years ago I wrote a flashcard application, derived from the original Hypercard address book. The answer was hidden in an invisible field, made visible to the viewer by hitting a key.
Over the years it had evolved into a very complicated little app. Very useful to me and others, but too convoluted to easily import into Revolution or other OSX Hypercard replacement.
So I just am looking for something that is already written that I can modify to my requirements, both to have the new app and to learn Revolution at the same time.
Whether it's an already written Flashcard stack, or a simple Address Book or other databse app that assigns a card to each database item, it should serve my purposes.
Anybody know where I can find such an item to get myself started?
Thanks....chico
-
- Posts: 3
- Joined: Thu Mar 20, 2008 10:24 pm