Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,619 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
level_load() improvements? #80865
07/09/06 17:46
07/09/06 17:46
Joined: Jun 2006
Posts: 379
Flevoland, 5 meters under wate...
Roel Offline OP
Senior Member
Roel  Offline OP
Senior Member

Joined: Jun 2006
Posts: 379
Flevoland, 5 meters under wate...
when you load a level with level_load(),the game completely freezes.
maybe it's a good Idea to play an animation while loading, like some professional games.
now the game freezes and movies also.

maybe a good Idea?


Check out the throwing game here: The throwing game
Re: level_load() improvements? [Re: Roel] #80866
07/14/06 10:37
07/14/06 10:37
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Yes, it's a good idea and is already on my list for further improvements (on_loadstep function).

Re: level_load() improvements? [Re: jcl] #80867
07/14/06 12:54
07/14/06 12:54
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Do you mean playing a fullscreen video or a function pointer which is executed during loading so that we can use this to move panels (progress bar?)...?

Could you explain this in detail?

Re: level_load() improvements? [Re: HeelX] #80868
07/14/06 13:00
07/14/06 13:00
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline
Expert
TripleX  Offline
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
Hey HeelX,

That has already been discussed some time ago.
The function will look sth. like this:

Code:

function load_func(maybe_some_paras) //like progress time
{
//animate panel etc.
}

on_loadstep = load_func; //executes the load_func functions after e.g. every 5% loading..



Re: level_load() improvements? [Re: TripleX] #80869
07/14/06 13:11
07/14/06 13:11
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
I did'nt noticed that, thank you.


Moderated by  aztec, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1