Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is valo or velo ?

Status
Not open for further replies.

hovercraft

Technical User
Jun 19, 2006
236
US
I've seen both of these used in various tutorials on the web. However the tutorials never explain what this line is or what it does.

example:
Code:
this._x -= this.velo;

I checked LiveDocs and Flash's help with no luck.

Any idea's ?

Thanks,
Dave
 
Ah...nevermind I sort of kind of figured it out.
I'm still not sure of "HOW" it works but I now know "WHAT" it's doing.
Thanks anyways...

Dave
 
yeah, it's just a variable name. But it was coded kinda odd to me. It wasn't declared before hand.

It was referenced in a function that uses another variable name to define "which". So it was written as

"which.velo"

I thought it may have been a method or something for "velocity" as it was used to move an image across the screen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top