TOP_IN_SLOW
TOP_IN_SLOW(CID)
Arguments
CID
Description
Not Added.
Implementation
def TOP_IN_SLOW(CID):
mnu_move(CID, true, 0.05, 0, 120, 1)
mnu_move(CID, false, 0.6, 0, -120, EaseOutSine)
wait(0.05)
chara_fadein(CID, 0.6)
References
Table Implementation
{
"name": "TOP_IN_SLOW",
"args": [
"CID"
],
"commandList": [
{
"row": 2550,
"command": "mnu_move",
"args": [
"CID",
"true",
"0.05",
"0",
"120",
"1"
],
"end": 1
},
{
"row": 2551,
"command": "mnu_move",
"args": [
"CID",
"false",
"0.6",
"0",
"-120",
"EaseOutSine"
],
"end": 1
},
{
"row": 2552,
"command": "wait",
"args": [
"0.05"
],
"end": 1
},
{
"row": 2553,
"command": "chara_fadein",
"args": [
"CID",
"0.6"
],
"end": 1
}
]
}
Sample
{}