Hi I really need help with making something appear. I have a 4 different mushrooms and a store, I click on buy pet, and it comes up with my options A. Purple Mushroom, B. Pink Mushroom, C. Green Mushroom, D. Yellow Mushroom. For example I select (A) and then close the store the mushroom is not there! Please can someone advise me on how I would get my mushroom to appear on the main screen once someone selected it!!!
Offline
hmmm you can use an broadcast for example
when [spriteA] clicked //the sprite from the shop menu broadcast [Purple_mush v]Sprite 8 //any other sprite with the same costume as the sprite selected
when I receive [Purple_mush v] show go to x:(0)y:(0)hope this helps !
Offline
AppsRus wrote:
Hello!! Yes, that does help where would I put the recieve brodcast which Sprite If I wanted my mushroom to appear on the Main screen of my game?
You'd have four different broadcasts.
Youd put purple broadcast with the purple mushroom sprite and etc.
Hope this helps!
Offline
AppsRus wrote:
Yes Thank you , i have done that and It works It now won't seen to disappear at the start of the game? any advise.. Sorry to keep asking
I suppose the easy option would be
when gf clicked hideAnd don't worry about asking everyone- that is what the community is for
Offline
AppsRus wrote:
That doesn't work this is what I have got:
when gf clicked hide when [purple v] clicked broadcast [purple v] when i receive [purple v] show
Fixed. Anyway, is there any other code that the mushrooms have?
Offline
No, there is just the other part of my game, which doesn't link into to the mushrooms. basically all I want the mushrooms and the store to do is, when you click on the store and select say purple mushroom for it to appear? But without appearing before the users brought it? If you see what I mean?
Offline