Qbasicnews.com

Full Version: Know of a good vb3 tutorial?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
c++. sorry Sad

some fool will probably reply furiously to this with "pascal you jackass!" or "delphi, you sonofabitch!!" or "3d game maker, jerkoff!!" or even a rare "what about java?" but the answer i gave you is the direction you want to head in.
Toonski's right.

...but I want to reply furiously! [Image: pissed.gif]

YOU FORGOT FLASH MX'S ACTIONSCRIPT, YOU C********R!

Yeah, I know that AS is a derivative of Java + C, but... it's not the same. [Image: naughty.gif]
up, up, i forgot!! indeed, falc, the ideal environment for advanced 3d graphics and virtual reality simulation is flash mx. how silly of me! you know, it's what doom 3 is being programmed in!!
...are you kidding? Doom 3 is being developed in QuickBasic!
Now now you two.. break it up or I'll have to call y'all OTM

TechFalcon: You may want to look at http://cg.cs.tu-berlin.de/~ki/engines.html which has a large amount of engines with source for a variety of lanuages and compilers and platforms.
Yeah, I've seen the engines list before. It's a nice site. BY the way, how does flash work? Is it like html, or does it require a compiler?
flash is pictures, frames, and scripts. It's an external thing.. you need the player, and that shows the stuff for you...

Like Quicktime or something.
Wildcard: Oh. Excuse me. But Toonski started... *points* [Image: poke2.gif] He insinuated Java first. *sits on a corner of the room*

Agamemnus: Everything's true until that "QuickTime" part. [Image: eek7.gif]

ActionScript MX looks like this:

Code:
if (_root["mc8"]._alpha>99) {
    stop();
} else {
    for (i=0; i<9; i++) {
        nombre = "mc"+i;        
        if (_root[nombre]._alpha<alfa[i]) {
            _root[nombre]._alpha++;
        }
    }
    gotoAndPlay(2);
}

JFYI. [Image: deal.gif]
Quicktime needs a player.
MSWord native format is .DOC
Pages: 1 2 3