Iemand een idee hoe ik de transparantie van een bitmap van de verticale locatie van mijn muis (mouseV) kan laten afhangen?
Heb het volgende al geprobeerd:
on exit frame
setAlpha of member(""pic") to the mouseV
end
on exit frame
tmpAlpha = mouseV
member ("pic").image.setAlpha(tmpAlpha)
member ("pic").usealpha = true
end
on exit frame
put the mouseV
--
tmpAlpha = the mousev
member ("pic").image.setAlpha(tmpAlpha)
member ("pic").usealpha = true
end
on exitframe me
if the mouseV = mouseV + 1
then member("pic").image.setAlpha(+25)
end
Het meeste hiervan is natuurlijk crap, maar ik zou echt niet weten hoet anders kan.
Iemand een idee????
Heb het volgende al geprobeerd:
on exit frame
setAlpha of member(""pic") to the mouseV
end
on exit frame
tmpAlpha = mouseV
member ("pic").image.setAlpha(tmpAlpha)
member ("pic").usealpha = true
end
on exit frame
put the mouseV
--
tmpAlpha = the mousev
member ("pic").image.setAlpha(tmpAlpha)
member ("pic").usealpha = true
end
on exitframe me
if the mouseV = mouseV + 1
then member("pic").image.setAlpha(+25)
end
Het meeste hiervan is natuurlijk crap, maar ik zou echt niet weten hoet anders kan.
Iemand een idee????