display slide image from an array

Victor t1msky at yahoo.co.uk
Mon Mar 1 12:36:40 UTC 2010


Hi,

I have a feedback slide that I want to display a random image from an
array but I get the error 'filename on imagedisplay has not been set'
and I do not understand why.

I have a list with cards

card(1) = "aceclubs" and so on..

Before the feedback slide I have

dim x as integer
x = random(1,52)

if slide1.cresp = "m"                          'when correct response
is on the right
imageright = card(x)
c.setattrib "imageR", imageright"
end if

I have used this sort of code before and it has always worked so I am
confused as to why it doesnt work now. Any help would be appreciated,
thanks,

Victor

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.



More information about the Eprime mailing list