OK,i might not have alot of progress yet,and i just started it today.BUT i thought it might be usefull to post progress.
EDIT:
Current Command List:
(NOT UPDATED TO BETA2 YET)
++++++++++++++++++++++++++++++++++++++++
Music Commands:
++++++++++++++++++++++++++++++++++++++++
AF_PlayMusic(MusicFile$,MusicNumber$)
MusicFile$ determs wich music file to load.
MusicNumber$ determes wich number to give to the music
This command loads and plays the music inmediantly.
Usage:
AF_PlayMusic("Media\World1.mp3",1)
AF_LoopMusic(MusicFile$,MusicNumber$)
MusicFile$ determs wich music file to load.
MusicNumber$ determes wich number to give to the music
This command loads and loops the music inmediantly.
Usage:
AF_LoopMusic("Media\World1.mp3",1)
++++++++++++++++++++++++++++++++++++++++
Object Commands:
++++++++++++++++++++++++++++++++++++++++
AF_LoadObject(ObjectFile$,ObjectNumber$,TextureFile$,TextureNumber$)
ObjectFile$ Determes wich object to load.
ObjectNumber$ Determs wich number to give to the object
TextureFile$ determs wich texture to load.
TextureNumber$ determs wich number to give to the texture.
This command loads and textures an object in 1 line.
Usage:
AF_LoadObject("Media\Object1.x",1,"Media\UV1.bmp",1)
***AF_SizeObject(OBjectNumber$,ScaleX$,ScaleY$,ScaleZ$)***
ObjectNumber$ Determes wich object to use for scaling.
SacelX$ determes the scale in X coordinates(NOT IN %)
ScaleY$ Determes the scale in Y coordinates(NOT IN %)
ScaleZ$ Determes the scale in Z coordinates(NOT IN %)
This command scales an object in Coordinates.(CODED BY: Sixty Squares,TGC forums)
Usage:
Make Object Cube 1,100
`Arr...too small
AF_SizeObject(1,200,200,200)
`Maybe that helps?
Wait Key
++++++++++++++++++++++++++++++++++++++++
GUI Commands:
++++++++++++++++++++++++++++++++++++++++
AF_GUI(ImageFile$,ImageNumber$,ImageX$,ImageY$)
ImageFile$ Determes wich file to open.
ImageNumber$ Determes the images number.
ImageX$ determes the X coordinates.
ImageY$ determes the Y coordinates.
This command is very usefull for placing a GUI on a position.
Usage:
AF_GUI("Media\MainGUI.bmp",1,200,400)
++++++++++++++++++++++++++++++++++++++++
General Commands:
++++++++++++++++++++++++++++++++++++++++
AF_MousePos(*No Parameters*)
*No Parameters*
This simple command prints the X and Y coordinates of the mouse.
Usage:
Do
CLS
AF_MousePos()
loop
The SizeObject one is coded by sixty Squares,if he wants ,me to get it out.ill do so.
My new Ideas are:
-AF_LoopMusic(MusicFile,MusicNumber)
-AF_LoadObject(ObjectFile,ObjectNumber,TextureName,TextureNumber)
-AF_CenterText(String$)
Im just working on it now,and,well...i wont release Any part until Sixty gave me permission to use his codes.
ScreenShots are a bit hard to show...but ill give one of using the commands
(Attached)
EDIT:
UPDATES!!!
0.o
i just added 2 new commands.
-AF_LoopMusic(MusicFile,MusicNumber)
-AF_LoadObject(ObjectFile,ObjectNumber,TextureName,TextureNumber)
ill delete Sixty's code for the release version now,and well see what happens
Please report me any bugs...