# \[하랑이랑] 보이기 / 숨기기

### 코드

{% code title="오브젝트를 보이거나 숨기게 할 때" %}

```
보이기
숨기기
```

{% endcode %}

{% code title="시간을 지정하여 오브젝트를 보이거나 숨기게 할 때" %}

```
(시간)초 동안 보이기
(시간)초 동안 숨기기
"다른_오브젝트이름" (시간)초 동안 보이기
"다른_오브젝트이름" (시간)초 동안 숨기기
```

{% endcode %}

***

### 설명

보이기/숨기기는 하랑이랑 오브젝트를 화면에 표시하거나 감추는 명령어예요. \
오브젝트를 지정하지 않으면 현재 선택된 오브젝트가 대상이 돼요. 특정 오브젝트를 대상으로 할 때는 이름을 따옴표로 감싸서 적어야 해요. \
\
시간을 지정하면 그 시간 동안만 보이거나 숨겨져요.

***

### 주의사항

* 현재 선택된 오브젝트가 무엇인지에 따라 동작 대상이 달라져요.
* 다른 오브젝트에 대해 `보이기`/`숨기기`하고 싶다면 앞에 "다른\_오브젝트이름"을 적어야 해요.

***

### 파이썬 대응 코드

하랑이랑 코드는 파이썬에 대응되는 코드가 없어 제공되지 않아요.

***

### 예시

{% code title="예시 코드" %}

```
"하랑이" 보이기
"하랑이_뒤" 숨기기

"하랑이_앞" 보이기
"하랑이_앞" 3초 동안 숨기기
```

{% endcode %}

{% code title="예시 코드의 결과" %}

```
(하랑이 오브젝트가 화면에 보임)
(하랑이_뒤 오브젝트가 화면에서 숨겨짐)
(하랑이_앞 오브젝트가 3초 동안 숨겨짐)
```

{% endcode %}

***

### 검색 키워드

보이기, 숨기기, 하랑이랑, 오브젝트 표시, 오브젝트 숨김


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codebook.horang.it/harang/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
