Well, I could; but I don't think so now because of your attitude. Also, this is a chat forum so anything goes regarding DBPro I would think.
I had never seen anything about STYX or flash used on the forums. I wanted to show that it works first of all. And if I was asked nice I would go into detail about how to use it for those who own STYX.
I am using most of the features of STYX so far inside the modified engine mentioned above. Most of it is pretty easy to use and does work.
Addendum:
OK, I could have at least shown the code that played this flash movie. As I said real easy.
Sync On : Sync
Set Window On
set display mode 1024,768,32
Set Window Size 1024,768
set window position 500,100
set window title "Shoot the Angry Dementors!!"
Cls RGB(0, 0, 0)
text 0,0, cl$()
sync
wait key
rem Load a Flash Movie
if len(cl$()) > 0
load flash cl$(), 1
else
Load Flash "shooting.swf", 1
endif
stop flash 1
hide flash 1
rewind flash 1
Text 0,0, "Press a key to play movie."
Sync
wait key
Cls RGB(0, 0, 0)
show flash 1
play flash 1
flash loop mode 1,0 `turn loop off -works only if original flash doesn't loop itself
rem Position the flash movie
Position Flash 1, 200, 125
Text 0,0, "Press a key to end movie."
Sync
wait key
end
I welcome any criticism you have that doesn't effect me. I used to think I was indecisive, but now I'm not so sure.
~I'm the Terry of the Flatlands.