PDA

View Full Version : [MADos] ANIMATION STUDIO



spaceimpact33
13-11-2003, 03:56 PM
Hi all [MADos] developers,

[WHAT DOSE IT DO]
This program aids you while making either animations or new bitmap files.
This program will produce C Code snippets in the form of a header file

*.h containing //declaration of BITMAPS: , //declaration of ANIMATIONS

a Source file
*.c containing // BITMAPS // and // ANIMATIONS //

It will produce code as for a bitmap:

Source:
const unsigned char bmp03[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...

Header:

extern bitmap_t bmp_03;

code as for animation string:
Source:
const ani_t ani_01[] = { &bmp_01, &bmp_02, &bmp_03, NULL };

Header:
extern ani_t ani_01;

the program can also be used as a bmp editor for creating new bmps or editing existing ones in your code


[WHO MADE IT?]

At first JOOX released the source code for fls edit, many thanks to him.

Second M457 made a program called NOKIA BITMAP EDITOR v0.1 this program converted a C code bmp to a viewable bitmap and vice versa, many thanks to him for making his source open

Third i took M457 source (with permission) and coded this program for editing and creating animations. I shall also release my source code to

REMEMBER: Many thanks goto M457 and JOOX


[WHERE TO GET THIS SW?]
Well you click the link below.. lol

[MISC]
Please leave a reply after downloading
And please report all bugz

have fun
spaceimpact33 ;)

sk3done
13-11-2003, 09:51 PM
Hi all [MADos] developers,

[WHAT DOSE IT DO]
This program aids you while making either animations or new bitmap files.
This program will produce C Code snippets in the form of a header file

*.h containing //declaration of BITMAPS: , //declaration of ANIMATIONS

a Source file
*.c containing // BITMAPS // and // ANIMATIONS //

It will produce code as for a bitmap:

Source:
const unsigned char bmp03[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,...

Header:

extern bitmap_t bmp_03;

code as for animation string:
Source:
const ani_t ani_01[] = { &bmp_01, &bmp_02, &bmp_03, NULL };

Header:
extern ani_t ani_01;

the program can also be used as a bmp editor for creating new bmps or editing existing ones in your code


[WHO MADE IT?]

At first JOOX released the source code for fls edit, many thanks to him.

Second M457 made a program called NOKIA BITMAP EDITOR v0.1 this program converted a C code bmp to a viewable bitmap and vice versa, many thanks to him for making his source open

Third i took M457 source (with permission) and coded this program for editing and creating animations. I shall also release my source code to

REMEMBER: Many thanks goto M457 and JOOX


[WHERE TO GET THIS SW?]
Well you click the link below.. lol

[MISC]
Please leave a reply after downloading
And please report all bugz

have fun
spaceimpact33 ;)

thanks mate had a look and it looks very nice will let u know how it works as soon as i try it okay mate

but keep up the good work

sk3done
13-11-2003, 10:00 PM
thanks mate had a look and it looks very nice will let u know how it works as soon as i try it okay mate

but keep up the good work

found a bug if you put wrong constance in it exits with :
run time error 35603 invalid key

g3gg0
14-11-2003, 01:43 AM
wow :)

really nice work!

if u want to set the source open, what about adding it to the CVS?

- so any of us could contribute changes
- u can roll back someones or your changes and get previous state
- u could track who made what change
- etc. etc.

of course u get MADos access if u want ;)

krisha
14-11-2003, 01:49 AM
cool,

really nice ;)

spaceimpact33
14-11-2003, 03:01 AM
@sk3done,

that error is caused by entreing a invalid key (the key is used for the animation const) for the treeview. a treeview key must consist of a string not a number but i will put a error handler ther so the program dose not exit

@g3gg0
a shall post the Source here as i donot know how to upload to cvs

@all thanks for the replys

Spaceimpact33

spaceimpact33
14-11-2003, 11:16 AM
@all

here is version 1.0 with bugs removed
bugs removed so far:
#1 bug if you put wrong constance in it exits with :
run time error 35603 invalid key :fixed

#2 if creating a new bitmap with different sizes from 84x48 the image on main form scramble: fixed

#3 if creating new bitmap you insert on the bitmap info dialoge the bitmap image dose not show and is not inserted into animation sequence: fixed

i have also atached the source code for visual basic 6 for those who are intrested

have fun
spaceimpact33;)

g3gg0
14-11-2003, 01:57 PM
i added your source to the tree ...

- get wincvs 1.3.13.1 from http://www.wincvs.org/download.html
- admin->preferences: auth pserver, path /root, host g3gg0.dyndns.org, user public
- admin->login: password behave!
- select in the left tree where the source should be placed...
- right-click->checkout module: path /nokia/MADos

then u have the mados tree... animation studio is in tools directory..
if u changed something just do a right-click->commit on your files/directory..
u can supply then WHAT you have changed (log message)

have phun ;)

ohm its not working right now.. ill fix it later this day ;p

spaceimpact33
14-11-2003, 02:12 PM
@g3gg0,

thanks for that info, im starting now ;)

spaceimpact33

<M457>
14-11-2003, 04:35 PM
nice! ^_^