|
| 04 Oct 2014 10:40 AM |
survive = script.Parent.survive background = script.Parent.background play = script.Parent.play
wait(8) for i = 9, 0, -1 do survive.TextTransparency = i/10 wait() end wait(2)
local rotate = false play.MouseButton1Click:connect(function() rotate = true end)
while not rotate do for r = 0, 359 do survive.Rotation = r wait(0.03) if rotate then break end end end
wait(5) for i = 1, 10 do survive.TextTransparency = i/10 end |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2014 10:42 AM |
| Rotation works just fine, however, when you click play nothing happens. qq |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2014 10:43 AM |
| What's it supposed to do? Always include that in your post. |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2014 10:45 AM |
| Sorry. survive spins endlessly until you click play, at which point the rotation stops. |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2014 10:45 AM |
| you don't have to pay any attention to the transparency change I don't think. |
|
|
| Report Abuse |
|
|
|
| 04 Oct 2014 10:54 AM |
| Heh, I fixed the problem. Nvm |
|
|
| Report Abuse |
|
|