Open Another Class
Hello all, first post here. Hope to get a good response. :)
I know how to call other methods in other class's.
How do i get one class to run, when its running it opens another class (this class has to start from main) that does something else.
Just to add to this, is there a way i can create a class which opens a collection of classes. Reason is: I want to open a splash screen, while this is running I want an audio file to play, once the splash screen closes (2seconds later). I want a final class to run and the audio file to continue playing.
Thanks for any help. :)

