|
I have a title screen with a logo in GUI.I want the logo to start outside of the screen above and slide it into the screen vertically. How do I accomplish this using JavaScript?
(comments are locked)
|
|
You can move coordinates with Vector3.MoveTowards or Vector3.Lerp, and coupled together with a coroutine or Invoke, you can control the timing quite easily. Yes but I have no idea how
Mar 24 '11 at 11:05 AM
Robbert Bruggeman
Start by reading the manual. Then try out some tests.
Mar 24 '11 at 11:33 AM
Statement ♦♦
Then what is this site for?
Mar 24 '11 at 11:37 AM
Robbert Bruggeman
(comments are locked)
|
|
Basically what I want is to move a GUI element to another vertical position. It should be so easy but I can't make it work. I don't think I need to use complicated codes such as Lerp, I don't need to check the time or anything, I just want it to slide down on scene start.
(comments are locked)
|
|
Is it possible to do without using time
(comments are locked)
|
