|
| 04 May 2014 01:15 PM |
function onClicked() a = script.Parent.Parent.Textbox.Text for i = 3,10 do script.Parent.Parent.Label1.BackgroundTransparency=script.Parent.Parent.Label1.BackgroundTransparency+0. script.Parent.Parent.ImageLabel1.ImageTransparency=script.Parent.Parent.ImageLabel1.ImageTransparency+0. script.Parent.Parent.ImageLabel.ImageTransparency=script.Parent.Parent.ImageLabel.ImageTransparency+0.1 wait() end wait(0.5) for i=1,string.len(''..a..'') do script.Parent.Parent.Label1.Text=string.sub(''..a..'',1,i) wait() end end script.Parent.MouseButton1Click:connect(onClicked)
im using loops alot here.
|
|
|
| Report Abuse |
|
|
|
| 04 May 2014 01:16 PM |
oops wait the script copied and pasted wrong
function onClicked() a = script.Parent.Parent.Textbox.Text for i = 3,10 do script.Parent.Parent.Label1.BackgroundTransparency=script.Parent.Parent.Label1.BackgroundTransparency+0. script.Parent.Parent.ImageLabel1.ImageTransparency=script.Parent.Parent.ImageLabel1.ImageTransparency+0. script.Parent.Parent.ImageLabel.ImageTransparency=script.Parent.Parent.ImageLabel.ImageTransparency+0.1 wait() end wait(0.5) for i=1,string.len(''..a..'') do script.Parent.Parent.Label1.Text=string.sub(''..a..'',1,i) wait() end end script.Parent.MouseButton1Click:connect(onClicked) |
|
|
| Report Abuse |
|
|
12packkid
|
  |
| Joined: 24 Jun 2011 |
| Total Posts: 1418 |
|
|
| 04 May 2014 01:17 PM |
Are you sure ImageTransparency and Textbox are a thing? I'm not good with ImageLabels and stuff (I can make one), but I thought it was TextBox (unless you named it). |
|
|
| Report Abuse |
|
|
|
| 04 May 2014 01:19 PM |
use this model because copy and paste wont work' http://www.roblox.com/broken-item?id=155986796 |
|
|
| Report Abuse |
|
|