fullscreen restore


hi,
"how can restore monitor resolution settings buddyapi" hard question let me tried more , more..
in next lines details of dir movie:

movie 800x600px, has 2 buttons named "start" , "stop"
in first frame put code:

global gscrwdt , gscrhgt , gscrdepth

on startmovie me
gscrhgt = bascreeninfo( "height" )
gscrwdt = bascreeninfo( "width" )
gscrdepth = bascreeninfo( "depth" )
gscrrefresh = bascreeninfo( "refresh" )
end
on stopmovie me
ok = basetdisplay( gscrwdt , gscrhgt , gscrdepth , "perm" , false )
end

in last frame put code looping:

global gscrwdt , gscrhgt , gscrdepth
on exitframe me
go frame
end

if wish start on fullscreen well, put next code start button:

global gscrwdt , gscrhgt , gscrdepth
on mouseup me
ok = basetdisplayex( 800 , 600 , 32 , 75 , "temp" , false )
(the stage).rect = (the desktoprectlist)[1]
end

to quit movie put code stop button:

global gscrwdt , gscrhgt , gscrdepth
on mouseup me
_player.quit()
end

i put line " global gscrwdt , gscrhgt , gscrdepth " scripts woindows
after that, problem still live, how can restore resolution..?!!

is there solve..?
newmfa

i stopped using buddyapi xtra set screen resolution long time ago. found never reset refresh rate original setting. :(

i have found best screen resolution xtra enhancer xtra. resets refresh rate well. :)

http://www.director-xtras.com/xtra-enhancer.html


More discussions in Director Lingo


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums