Thread: Need Some Ideas
View Single Post
  #2 (permalink)  
Old 10-31-2007, 07:22 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,199
Default

I don't have the source code.
But the only modifications I did were to add the Sound.Value and music.Value.
These properties just return the object:
Code:
public Sound Value
{
 get {return this;}
}

public Music Value
{
 get {return this;}
}
Reply With Quote