Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Main Menu


KevinBoy
 Share

Recommended Posts

okay, this is a stupid idea but maybe, just maybe it will work.

Open it in visual basic 6 and change the pictue to the animated one ( make sure its in your gfx folder when you change the picture)

ive never opened eclipse with visual basics, so i might just be posting crap.
Link to comment
Share on other sites

@Kevin:

> Does anyone know how to make it so the main menu doesn't have to be jpg so it could be animated like the picture below.
> ![](http://img20.imageshack.us/img20/8281/mainmenust4.gif)

You need to find out how GIF works then you need to load each frame, you can also do this with some library if not Win32 API. Afterwards, with all your frames you can form an animation with DirectX 7, DirectX 8 or just GDI.

Regards,
  Goddie, the Irresistible.
Link to comment
Share on other sites

GUIs don't have to be JPG format, nor BMP in Eclipse. If you're editing the source to get that sort of layout anyway, it shouldn't be too much to allow for an animated GIF or something for your background images.

Anyway, that really looks neat, but the main interaction window (with the buttons and login) should be in front of the rain. Also if you didn't make the background image make sure you have full permission to use it.
Link to comment
Share on other sites

I forget how exactly but you DO NOT NEED THE SOURCE.

Go into your GUI folder and make

main0.gif main1.gif main2.gif main3.gif

or mainmenu0.gif mainmenu1.gif

I forget how exactly but it can be done without the source, pickle added this in TE.
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...