fullscreen display for 320x256 pics and sprites

Find quick help here to get you started with Hollywood
Post Reply
User avatar
stefff285
Posts: 230
Joined: Sat Mar 03, 2012 12:59 pm
Location: dijon / france
Contact:

fullscreen display for 320x256 pics and sprites

Post by stefff285 »

hi all

i still be a noob due to lack of time in hollywood scripting
so i begin with a problem, i would like this full screen be
on ALL the screen and not in a windows in the fullscreen

artblink (hope you are well !) told me this image ratio doesn't
work with full screen mode but perhaps do you know how to
make it real ?

here my noob code

Code: Select all

/*
****************************
musiques des garrigues 2 \o/
****************************
*/

@DISPLAY {Mode = "FullScreen", Width  = 320, Height = 256}
@BRUSH 1, "hidden-part.png"
DisplayBrush (1, 0 ,0)

Repeat
WaitEvent
Forever
thanx a lot

regards

YogiB33r
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: fullscreen display for 320x256 pics and sprites

Post by airsoftsoftwair »

You need to use 320x240 because 320x256 is a popular screenmode of the Amiga's custom chips but it's not compatible with modern monitors because it doesn't have a 4:3 aspect ratio.
User avatar
stefff285
Posts: 230
Joined: Sat Mar 03, 2012 12:59 pm
Location: dijon / france
Contact:

Re: fullscreen display for 320x256 pics and sprites

Post by stefff285 »

hello andreas

nice to hear from you ^^^

ok i have to cut in all my pixel art ! ouch :((

ok let's go :)

thanx a lot
User avatar
stefff285
Posts: 230
Joined: Sat Mar 03, 2012 12:59 pm
Location: dijon / france
Contact:

Re: fullscreen display for 320x256 pics and sprites

Post by stefff285 »

hollywood works fine under icaros 2.0 ! yes great :)
User avatar
stefff285
Posts: 230
Joined: Sat Mar 03, 2012 12:59 pm
Location: dijon / france
Contact:

Re: fullscreen display for 320x256 pics and sprites

Post by stefff285 »

hello andreas hello all

me again. so then i go to test some fonctions() but at first as i cropped gfx to 320x240, i tought the right resolution
would fit to fullscreen mode, it does but without real gfx all screen. i only have in full screen mode a black background
with the image at center. perhaps as a noob i stills be, i mistaked between @DISPLAY mode and @SCREEN mode ?

i go see later but if anyone knows about it, please tell me how to success . thanx a lot

stephane
User avatar
stefff285
Posts: 230
Joined: Sat Mar 03, 2012 12:59 pm
Location: dijon / france
Contact:

Re: fullscreen display for 320x256 pics and sprites

Post by stefff285 »

ok i found something

all gfx and display in 640x480 and it's good
so then i have to do right now

regards
Post Reply