A320NEO
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 4755 |
|
|
| 04 Dec 2015 04:54 PM |
| I want to make an image slideshow where the image slides in from left to right. I tried to do it on my own without help but I failed miserably as building is my strongsuit rather than scripting. |
|
|
| Report Abuse |
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 04 Dec 2015 04:55 PM |
| Post your script and we'll see what you did done wrong. |
|
|
| Report Abuse |
|
A320NEO
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 4755 |
|
|
| 04 Dec 2015 05:01 PM |
#code function scroll() script.Parent.Frame.ImageLabel.Image=1317582119 script.Parent.Frame.Position = UDim2.new(0.5, 0, 0.5, 0) script.Parent.Frame.Size = UDim2.new(0,0,0,0) script.Parent.Frame:TweenSizeAndPosition(UDim2.new(0, 400, 0, 600), UDim2.new(.5, -200, .5, 600), "Out", "Quad", 1) end
|
|
|
| Report Abuse |
|
A320NEO
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 4755 |
|
| |