ShowGraphic
(Redirected from Event Instruction 7D)
Jump to navigation
Jump to search
{7D} ShowGraphic
ShowGraphic(xGR)
Gradually prints a graphic on the screen, and erases it the same way.
Graphics displayed by this instruction must have faded away by the time the event ends! Use {E5} WaitForInstruction(x3D,x00) in order to do so.
Use GraphicTimeout to set a timeout of make a graphic fade out immediately.
See Also: {17} GraphicTimeout ― {91} ShowMapTitle ― {E5} WaitForInstruction(x3D,x00)