Roberdin 9 Supreme Evil Overlord Team Colleague

Doesn't look like it would take me more than a few minutes to pick this langauge up, but then I've been programming in php, which is very close to C++, for years.

Roberdin 9 Supreme Evil Overlord Team Colleague

Try clicking Project > Add Form > New > Form > Open

Roberdin 9 Supreme Evil Overlord Team Colleague

I have a marquee which will slow down on mouseover.

<marquee behavior="scroll" scrollAmount="6" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=6" onMouseDown="this.scrollAmount=0" onMouseUp="this.scrollAmount=1"> Some links and other stuff here... </marquee>

However, it is annoying, becuase I don't want the marquee to slow down unless the user moves over a link. Does anyone know how I can refer to the marquee's properties from inside the tags?

EG: Using the 'onMouseOver="this.scrollAmount=1"', only with something like 'onMouseOver="thatmarquee.scrollAmount=1"' inside the <A HREF> tags?

The Dude commented: I like your little code thing,it slows down wheni hover over it,pretty kewl! +9
Roberdin 9 Supreme Evil Overlord Team Colleague

purple => Fluffy

Roberdin 9 Supreme Evil Overlord Team Colleague

Wireless -> Networking

Roberdin 9 Supreme Evil Overlord Team Colleague

I'm using Visual Basic 6.0 Learning Edition. Does anyone know how to set an Icon for my program (other than the default)? When I click the '...' and then choose an Icon, it claim's I have 'set an Invalid property value'. Can anyone help with this?

Roberdin 9 Supreme Evil Overlord Team Colleague

Alternatively you could use a prexsiting game engine and simply map and model out all the game. Much quicker!