ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 02:30 PM |
You probably know the screens that move frame by frame. How do I make that? |
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 14 Apr 2016 03:49 PM |
What? You mean an animation?
|
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 03:50 PM |
Kinda. You probably saw a few times like decals moving. I mean, A decal by decal. I'm not sure if it's a decal tho. I don't know how to do it. |
|
|
| Report Abuse |
|
|
| |
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 03:53 PM |
I know im explaining it hard. You may and saw a movie or an animation on ROBLOX once. Do you understand what i'm talking about? |
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 03:53 PM |
You need to have a lot of decals showing each movement and load them as fast as you can in the proper order
|
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 03:54 PM |
| is english ur first language? |
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 03:55 PM |
How do I do that? I mean, Do I need a type of script (I guess so)? |
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 03:56 PM |
Nah, But I know how to speak it. When I talk in forums I always fail explaining things. Even in my own language... |
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 03:56 PM |
are you talking about udim2?
#code print('I am very bootiful') |
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 03:57 PM |
tweening*
#code print('I am very bootiful') |
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
| |
|
|
| 14 Apr 2016 03:58 PM |
"You probably know the screens that move frame by frame."
My screen doesn't really move unless I move it :/ |
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 04:00 PM |
| Umm, Ill give an exemple. In the ROBLOX cinema you can see movies. In the movies theres a brick and on it there are pictures. the pictures keeps changing in every few seconds. |
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 04:07 PM |
just do a wait and change the textureid
#code print('I am very bootiful') |
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 04:10 PM |
I think the best way to do this would be to make a table of the image ids
images = {'First image','second image','so on'}
for i,v in next (images) do wait() script.Parent.Image = v end
|
|
|
| Report Abuse |
|
|
|
| 14 Apr 2016 04:11 PM |
He is talking about gif's basically.
Just upload each individual frame and change between them |
|
|
| Report Abuse |
|
|
ily1356
|
  |
| Joined: 21 Apr 2014 |
| Total Posts: 455 |
|
|
| 14 Apr 2016 04:13 PM |
Okay, thank you! And sorry for being misunderstood. |
|
|
| Report Abuse |
|
|
lululukas
|
  |
| Joined: 23 Aug 2010 |
| Total Posts: 1043 |
|
|
| 14 Apr 2016 04:14 PM |
| Go to the naruto game on the front page, you will see what he means. |
|
|
| Report Abuse |
|
|