|
| 27 Jan 2015 04:44 PM |
I forgot whats usful so can you tell me what would be usful to make? I already have: Rounding part making random positions
|
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 27 Jan 2015 04:45 PM |
| i dont know, i always get great idea for module and when i get to writing it i forgot |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:47 PM |
| How about some nice tweening functions? |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:47 PM |
| Same, I always think "OH I SHOULD ADD THIS LATER" and then I go and make it later and Im like osht |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:49 PM |
"How about some nice tweening functions?" I'm not the best at CFraming, so I dont want to make an inefficient one ,and Im not good with prioritizing my waits() with separate functions |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:51 PM |
is this how you get the number between two numbers?
10-(10-6)/2 |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:52 PM |
to get the number between them you just have to average them
so (wut + lol) / 2 |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:53 PM |
| I feel stupid, so whats a tween then? |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:53 PM |
to tween is like
to slowly move from one number to the other |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:55 PM |
Actually tween is just getting the (number between the number)--idk if thats right and used in a loop to perduce that. I forgot who told me that but it might have been notunkown, cntkill me, or 128gb |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:57 PM |
thats what i meant
smoothly not slowly sorry |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 04:58 PM |
| Trying to figure out how I could do the operators +=, ++, and -- like in javascript, but in this. Seams kinda impossible without doing it some ugly way |
|
|
| Report Abuse |
|
|
|
| 27 Jan 2015 05:02 PM |
u cant but you can do
x = 1
x = x + 1
and now x is 2 |
|
|
| Report Abuse |
|
|