20 lines
291 B
Plaintext
20 lines
291 B
Plaintext
mn=2 mx=30 stp=1 if:hhd then goto2end if:hhi then goto3end goto1
|
|
a=(:hover-stp)<mn :hover=(:hover-stp)*(1-a)+mn*a goto1
|
|
a=(:hover+stp)>mx :hover=(:hover+stp)*(1-a)+mx*a goto1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// :hover = Hover Height
|
|
// :hhi = Hover Height Increase Button
|
|
// :hhd = Hover Height Decrease Button |