Overlay Image / Screen?
joshmiller602
Member Posts: 206
Is it possible to create an image, that when spawned, would block the user from interacting with other actors behind it?
(My game has an "enemy" that temporarily blocks your ability to play by placing a translucent image covering the screen for a few seconds. Everything behind the image would still be "in play" though.)
Thanks!
- Josh
(My game has an "enemy" that temporarily blocks your ability to play by placing a translucent image covering the screen for a few seconds. Everything behind the image would still be "in play" though.)
Thanks!
- Josh
Comments
on spawnerActor... timer spawn and changeAttribute busy to true
prototype on actor you will spawn ... timer (or rule) changeAttribute busy to false
on other actors behind spawnedActor... events/actions under [Rules] when busy is false
MH