I am trying to make a game for my GCSE project,
I am trying to make like a village, and I start of inside a house, but I want to make it so when i walk to the door, when touched, the background changes to like outside, then I can walk around there then walk to other houses and go through doors
What is the scripting that I will need to be able to do this? Help would be greatly appreciated, and if possible print screens
Offline
Master30564 wrote:
I am trying to make a game for my GCSE project,
I am trying to make like a village, and I start of inside a house, but I want to make it so when i walk to the door, when touched, the background changes to like outside, then I can walk around there then walk to other houses and go through doors
What is the scripting that I will need to be able to do this? Help would be greatly appreciated, and if possible print screens
when gf clicked forever if <touching? (door v)> broadcast [outside v] end when i receive [outside v] switch to background [outside v]
Last edited by undefeatedgames (2012-03-01 11:49:30)
Offline
when gf clicked //in the sprite forever if <touching [door v]?> broadcast [outside v] when i receive [outside v] //in the stage switch to background [outside v]
Last edited by joefarebrother (2012-03-01 11:47:47)
Offline
Hope this helps!
Offline