Welcome,
Guest
. Please
login
or
register
.
January 15, 2026, 03:36:31 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
NGUI Help
« previous
next »
Print
Pages: [
1
]
Author
Topic: NGUI Help (Read 3858 times)
binsint
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 16
NGUI Help
«
on:
April 24, 2013, 03:00:02 AM »
hi, i am new to NGUI.. but i am learning gradually... how do i execute TweenAlpha once my TweenPosition is finished? i want to tween pos first then fade it out... how can i do it? thanks
Logged
alexlange
Newbie
Thank You
-Given: 5
-Receive: 0
Posts: 34
Re: NGUI Help
«
Reply #1 on:
April 24, 2013, 03:18:23 AM »
You can find "Event Receiver" and "Can when Finished" in Tween scripts.
I didn't try this but i guess that's what you need.
Give it a try
Logged
binsint
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 16
Re: NGUI Help
«
Reply #2 on:
April 24, 2013, 03:54:07 AM »
ive tried it and its giving me null error
...
Logged
binsint
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 16
Re: NGUI Help
«
Reply #3 on:
April 24, 2013, 04:23:17 AM »
I got it!
disable TweenAlpha on your object 1st so it wont play automatically...
and put this code on:
UILabel
.
alpha
=
1
;
TweenAlpha
.
Begin
(
UILabel
.
gameObject
,
float
duration,
float
alpha
)
;
it will play the same tween everytime this code is called...
hope it can help you guys too..
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
NGUI Help