pokoblox
|
  |
| Joined: 06 Oct 2011 |
| Total Posts: 438 |
|
|
| 07 Dec 2012 08:47 PM |
current = script.Parent.Parent:clone() script.Parent.MouseEnter:connect(function () script.Parent.Parent.ImageId = "http://www.roblox.com/asset/?id=99434643" script.Parent.MouseLeave:connect(function () script.Parent.Parent.ImageId = current.ImageId end) end)
No output... |
|
|
| Report Abuse |
|
|
pokoblox
|
  |
| Joined: 06 Oct 2011 |
| Total Posts: 438 |
|
|
| 07 Dec 2012 08:48 PM |
Oh wait, ImageId is not a valid member of Frame
|
|
|
| Report Abuse |
|
|
pokoblox
|
  |
| Joined: 06 Oct 2011 |
| Total Posts: 438 |
|
| |
|
|
| 07 Dec 2012 08:55 PM |
Assuuming you have the right parents to either a GUILabel or GUIButton, the property is called "Image".
And if this isn't part of a script, the last end is not needed.
¤ † KMXD† ¤ |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2012 09:46 PM |
current = script.Parent.Parent:clone() script.Parent.MouseEnter:connect(function () script.Parent.Parent.ImageId = "http://www.roblox.com/asset/?id=99434643" script.Parent.MouseLeave:connect(function () script.Parent.Parent.ImageId = current end) end)
~ṡсɾïρτïṉģ hεlρεɾṡ ۩ lυαlεαɾṉεɾṡ ④ øƒвќṃṿј~ ღ ▂▃▅▆█ρεώḋïερïε☄сυτïερïε█▆▅▃▂ღ |
|
|
| Report Abuse |
|
|
|
| 07 Dec 2012 09:46 PM |
LOL Ignore that. :DD I looked at it again and it was wrong. c:
~ṡсɾïρτïṉģ hεlρεɾṡ ۩ lυαlεαɾṉεɾṡ ④ øƒвќṃṿј~ ღ ▂▃▅▆█ρεώḋïερïε☄сυτïερïε█▆▅▃▂ღ |
|
|
| Report Abuse |
|
|
pokoblox
|
  |
| Joined: 06 Oct 2011 |
| Total Posts: 438 |
|
| |
|
|
| 07 Dec 2012 10:26 PM |
current = script.Parent.Parent script.Parent.MouseEnter:connect(function () script.Parent.Parent.ImageId = "http://www.roblox.com/asset/?id=99434643" end) script.Parent.MouseLeave:connect(function () script.Parent.Parent.Image = current.Image end)
~ thedeathmaster01 ~ |
|
|
| Report Abuse |
|
|
pokoblox
|
  |
| Joined: 06 Oct 2011 |
| Total Posts: 438 |
|
|
| 07 Dec 2012 11:31 PM |
Is that all I needed...?
And end)? |
|
|
| Report Abuse |
|
|