Search found 8 matches

by SERGIO_Man0waR_
Mon Sep 18, 2017 12:18 pm
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: Gif animated backgrounds

Thanks blendman for welcome and suggestions.
Yes it is not a gif... it has similar purpose but need to create the strip by yourself or with a tool.

I have tested now usegifdecoder() and it works fine... but it decreases dramatically the frame rate.. or at least for me! so i keep using clipsprite as ...
by SERGIO_Man0waR_
Fri Sep 15, 2017 10:42 pm
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: Gif animated backgrounds

Hi JHPJHP
Ey thanks! Your code seems very interesting to me, includes download from web and couple of 'must know' things.
At first try i thoght it doesn't work... it does but it takes so long to download from web..

This is good thanks! And the gifdecoder works fine... maybe its new i don't remember ...
by SERGIO_Man0waR_
Thu Sep 14, 2017 10:19 pm
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: Gif animated backgrounds

Ok finally got some positive criticism so thnks all and i'm gonna reply.

falsam:thanks for nice reply. Your edited code i could'nt run because my screen doesn't support 800x600. About that i think it's probably better make some nested openscreen conditions, starting from bigger resolution to lower ...
by SERGIO_Man0waR_
Tue Sep 12, 2017 3:17 pm
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: GIF ANIMATED BACKGROUNDS

Forgot to mention about what you said about using windows... yes it's better i suppose for quick tests but at the moment i found disfficult handle windows and if i get the way to have a window then enter fullscreen mode by pressing e.g ALT*ENTER or clicking an option i will start in windows mode. At ...
by SERGIO_Man0waR_
Tue Sep 12, 2017 3:09 pm
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: GIF ANIMATED BACKGROUNDS

Dear dumbledore i don't see the point to "should use" or "must use" repeat until etc because it's nicer... i just do things that work and it's true not really worried for a nice code but again no comments about the results... it's very annoying.
Taking a quick look at the first code i saw you made ...
by SERGIO_Man0waR_
Tue Sep 12, 2017 2:06 am
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: GIF ANIMATED BACKGROUNDS

ASCII TILESET EXTRACTOR ALGORITHM

Probably this already exists so i'm not posting new topic for this, just post here because previously i mentioned that extracting "frames" to mount an animated background using clipsprite can be used aswell to extract tiles from a tileset so i've edited previous ...
by SERGIO_Man0waR_
Tue Sep 12, 2017 1:21 am
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Re: GIF ANIMATED BACKGROUNDS

Hey, very ugly style bro. forget goto loop and use while/repeat loop , and use tab for indent your code, the principal risk when i read this, i'm afraid of becoming blind
and dont forget to close the screen at the end, when i back to my desktop , 640x480 go back me in 1995.

ok thanks for ...
by SERGIO_Man0waR_
Mon Sep 11, 2017 8:12 pm
Forum: Game Programming
Topic: Gif animated backgrounds
Replies: 14
Views: 10395

Gif animated backgrounds

Hi everybody.
Since posting exes as new user isn't very popular here i'm gonna do what expected to do, sharin some codes, ideas and stuff. I really love purebasic and i'm not going to stop using it because of my opinion on some people...

Not so far ago, just starting learning purebasic, i've ...