Summary
Contents
Subject index
Adobe Flash is one of the most popular languages for animated web content, and recently social and behavioral scientists have started taking advantage of the program for online data collection. This book is a unique, step-by-step guide to using Adobe Flash to develop experiments and other research tools. Each chapter presents a set of techniques, followed by practice examples. No previous knowledge of programming is required to learn all the necessary skills for programming your own online survey or experiment.
Presenting and Storing Information in Arrays
Presenting and Storing Information in Arrays
In this Chapter, you will Learn
- When you might need to use an array and when to use it instead of other variable types
- How to create an array and define its contents
- How to cycle through an array from start to finish
- How to add elements to an array from user input
- How to find out if something is an element in your array, and if so, ...
- Loading...