Hi,
I'll start off by saying that I v.v. little experience of programming, so please be patient. I'm trying to make a memory program that shows four images and asks the user to select the one they've seen before. I've uploaded the BMP files and have buttons which display the images. Here it is:
on mouseUp
hideallimages
put field "TestStim2" into thepics
put the number of lines in thepics into npic
put 0 into nimage
repeat with n=1 to 6
add 1 to nimage
put line nimage of thepics into thepic
show image thepic
wait 2 seconds
hide image thepic
end repeat
end mouseUp
What I need now is to be able to create a data file (maybe asking for ID, before the images are presented?) and record responses.
If anyone has some script already or can help that would be MASSIVELY appreciated.
Thanks,
Nils
Help with Image Display
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller