Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
10/14/10 #2 - Events
#1
Events are now working (currently only Collided). This is how you use them:

Code:
link(script.Parent.Collided, function(h) h.Color = Color(math.random(0, 255), math.random(0, 255), math.random(0, 255)) end)

This will make the part the script is in a color changer.

When a script is removed, any events created from it are deactivated.

I will work on tools tomorrow.
Reply


Messages In This Thread
10/14/10 #2 - Events - by Jacob__mybb_import1 - 10-15-2010, 12:06 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)