Hi Shane,
how can I draw an image:
gStim <- MakeImage("file.bmp")
in different positions of the gWin? Of course this doesn't work:
AddObject(gStim,gWin)
Move(gStim,gVideoWidth/2, gVideoHeight/2-200)
Draw()
imagebottom <- gStim
Move(imagebottom,gVideoWidth/2, gVideoHeight/2+200)
AddObject(imagebottom,gWin)
Draw()
How can really copy the complex object gStim without make also:
imagebottom <- MakeImage("file.bmp") ????
Thanks in advance and best regards, -- Giuseppe Cabras, PhD - Chemistry, Physics and Environment Dept. InterUniversity Center for Behavioral Neurosciences http://icbn.uniud.it University of Udine - via delle Scienze, 206 - 33100 UDINE Phone: +39-043255-8212 - Fax: +39-043255-8222 SMS: http://www.fisica.uniud.it/cabras/SMS.html URL: http://people.uniud.it/page/giuseppe.cabras
smime.p7s
Description: Firma crittografica S/MIME
------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________ Pebl-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebl-list
