Hi folks!
Who can give advise… How can I accomplish complicated loading and unloading mechanism?
for example section number one is divided into the blocks.
so when you hit the menu button, section is loading by parts…left part, after that center part and then right. when you press next menu button, first of all this section is unloading… center part, then right part, then left part and after that section number two begin to load in a different manner.
so question is how can i control that? for loading and unloading i have got functions load_main() unload_main() load_contacts() unload_contacts()
Hope my explanation is clear…