![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | shylock15 |
Im not sure if im doing this correctly at all but ive been trying to have 4 seperate papers as 4 seperate areas and everytime i hit one it should disappear and bring up an image on the screen, if I knew what I was doing that is. so far I’ve tried to use body entered and things like that but nothing seems to work. Here is an example from the first page I have
extends Area
onready var page1image = $page1_image
func _on_page1_body_entered(body):
if body.get_name() == “player”:
page1image.show()`
Im just confused sorry if I havent given enough info, just let me know if you can help