Wallpaper Engine

Wallpaper Engine

View Stats:
[SOLVED] Interactive Wallpaper
Greetings everyone! have issue about Wallpaper Engine :/

You we have a interactive game named "Sheep" (Incoming with Wallpaper Engine).

And i want to make a interactive wallpaper.

Go to photo "x" means, open photo "x"

And i want to add sound when i pressed the buttons (This is optional).

How can i do that ? (More info is at the image) ¯\_(ツ)_/¯

https://preview.redd.it/6151xdpd68l61.png?width=2005&format=png&auto=webp&s=7964126486cd6f63a36888447d6fff97f2fa5527
Last edited by Serzhant Rust; Mar 6, 2021 @ 12:55am
Originally posted by Bruhsty:
Start simple, add an image that will represent a button, add an image of the pop-up menu, select a button layer, bind a script to the visibility of the button layer, add a cursorClick event, in the body of the event change visibility of the pop-up image, something like this
if(thisScene.getLayer("popup").visible) { thisScene.getLayer("popup").visible = false; } else thisScene.getLayer("popup").visible = true;
< >
Showing 1-14 of 14 comments
Bzzz Mar 5, 2021 @ 12:30pm 
ad
Serzhant Rust Mar 5, 2021 @ 12:31pm 
Originally posted by ♛ ma bate engleza ♛:
ad
ad ?
This just an image ?
Bruhsty Mar 5, 2021 @ 1:20pm 
Make game in Unity, upload as a wallpaper, done.
(笑) (Banned) Mar 5, 2021 @ 1:27pm 
Originally posted by RustyNeuron:
Make game in Unity, upload as a wallpaper, done.
I believe they want to try to create it using SceneScript, is it possible?
Serzhant Rust Mar 5, 2021 @ 1:48pm 
Originally posted by RustyNeuron:
Make game in Unity, upload as a wallpaper, done.
So... is this so hard ? Because i don't know how to use unity :/
Last edited by Serzhant Rust; Mar 5, 2021 @ 1:51pm
Serzhant Rust Mar 5, 2021 @ 1:48pm 
Originally posted by -> m4ld1ng <-:
Originally posted by RustyNeuron:
Make game in Unity, upload as a wallpaper, done.
I believe they want to try to create it using SceneScript, is it possible?
definetly i am asking this question too but if you have other methods to make this, you can write
Bruhsty Mar 5, 2021 @ 1:58pm 
For starters, the sheep wallpaper is an app, if you want to achieve stuff like that you'd be better off with game engines.
You can do a lot with scene wallpapers, everything depends on what you want to achieve and how experienced you're in coding.
Looking at the picture, I don't see any problem with it, you should be able to make that logic in the scene wallpapers. I have a wallpaper (Totally normal wallpaper) that does similar stuff to that.
P.S. I forgot I deleted that wallpaper, since it was more a meme than actually a wallpaper.
Last edited by Bruhsty; Mar 5, 2021 @ 2:00pm
Bruhsty Mar 5, 2021 @ 2:05pm 
Originally posted by -> m4ld1ng <-:
Originally posted by RustyNeuron:
Make game in Unity, upload as a wallpaper, done.
I believe they want to try to create it using SceneScript, is it possible?
Totally possible, but if you don't have any experience in coding it would require to write an essay on how to do this.
Serzhant Rust Mar 5, 2021 @ 2:18pm 
Originally posted by RustyNeuron:
For starters, the sheep wallpaper is an app, if you want to achieve stuff like that you'd be better off with game engines.
You can do a lot with scene wallpapers, everything depends on what you want to achieve and how experienced you're in coding.
Looking at the picture, I don't see any problem with it, you should be able to make that logic in the scene wallpapers. I have a wallpaper (Totally normal wallpaper) that does similar stuff to that.
P.S. I forgot I deleted that wallpaper, since it was more a meme than actually a wallpaper.
Oh so many thanks :)
I have last 2 questions

Do you have any recommended videos/articles about making live/interactive wallpaper for wallpaper engine in unity ?

How can i export my wallpaper from unity and how can i import the unity-made wallpaper to wallpaper engine ?

Btw thanks for the info ;)
Last edited by Serzhant Rust; Mar 5, 2021 @ 2:19pm
The author of this thread has indicated that this post answers the original topic.
Bruhsty Mar 5, 2021 @ 2:21pm 
Start simple, add an image that will represent a button, add an image of the pop-up menu, select a button layer, bind a script to the visibility of the button layer, add a cursorClick event, in the body of the event change visibility of the pop-up image, something like this
if(thisScene.getLayer("popup").visible) { thisScene.getLayer("popup").visible = false; } else thisScene.getLayer("popup").visible = true;
Bruhsty Mar 5, 2021 @ 2:30pm 
Originally posted by Citizen of Zargoryan:
Originally posted by RustyNeuron:
For starters, the sheep wallpaper is an app, if you want to achieve stuff like that you'd be better off with game engines.
You can do a lot with scene wallpapers, everything depends on what you want to achieve and how experienced you're in coding.
Looking at the picture, I don't see any problem with it, you should be able to make that logic in the scene wallpapers. I have a wallpaper (Totally normal wallpaper) that does similar stuff to that.
P.S. I forgot I deleted that wallpaper, since it was more a meme than actually a wallpaper.
Oh so many thanks :)
I have last 2 questions

Do you have any recommended videos/articles about making live/interactive wallpaper for wallpaper engine in unity ?

How can i export my wallpaper from unity and how can i import the unity-made wallpaper to wallpaper engine ?

Btw thanks for the info ;)
I'd say forget about what I said about Unity, you'd be better off with SceneScript, Unity is more advanced and it's not really needed to make what you want.
Last edited by Bruhsty; Mar 5, 2021 @ 2:31pm
Serzhant Rust Mar 5, 2021 @ 11:56pm 
Originally posted by RustyNeuron:
Originally posted by Citizen of Zargoryan:
Oh so many thanks :)
I have last 2 questions

Do you have any recommended videos/articles about making live/interactive wallpaper for wallpaper engine in unity ?

How can i export my wallpaper from unity and how can i import the unity-made wallpaper to wallpaper engine ?

Btw thanks for the info ;)
I'd say forget about what I said about Unity, you'd be better off with SceneScript, Unity is more advanced and it's not really needed to make what you want.
So many thanks :)
dominic Mar 6, 2021 @ 2:13am 
Originally posted by ♛ ma bate engleza ♛:
ad
tes
:steambored:
< >
Showing 1-14 of 14 comments
Per page: 1530 50

Date Posted: Mar 5, 2021 @ 12:29pm
Posts: 14