the getimage is broken at least at my pc with win 10 and amd + android 5.x too!?
can someone confirm?
it should get the red sprite from screen for test
and make a new sprite but the result is black or transparent.
// Created: 2015-09-22
spr=CreateSprite(0)
SetSpriteColor(spr,255,0,0,255)
SetSpriteSize(spr,100,100)
sync()
sync()
img=getimage(0,0,100,100) // ^^
deletesprite(spr)
spr=createsprite(img)
//spr=createsprite(0) //test with 0 its white
SetSpriteSize(spr,100,100)
do
Print( ScreenFPS() )
Sync()
loop
AGK (Steam) V2 Beta .. : Windows 10 Pro 64 Bit : AMD (15.7.1) Radeon R7 265 : Mac mini OS X 10.10 (Yosemite)