This site requires JavaScript, please enable it in your browser!
Greenfoot back

Comments for Lana's House

Return to Lana's House

dlannidlanni

2012/5/22

You have to click "Open in Greenfoot" to play this.
A new version of this scenario was uploaded on Tue May 22 13:57:17 UTC 2012 Added outside.
w3g3taw3g3ta

2012/5/22

I thought its in 3D
A new version of this scenario was uploaded on Tue May 22 14:08:01 UTC 2012 Changed view out front door.
A new version of this scenario was uploaded on Tue May 22 14:47:44 UTC 2012 Added un-working code to get Lana to re-enter living room on the R side of screen if she has been in R bedroom(Level2)
dlannidlanni

2012/5/22

It was 3D. I drew the room in Google Sketch-Up, so I can open it in 3D, but that isn't possible in Greenfoot. I do want to experiment with method Scale, because that can give the feeling of 3D. I just haven't gotten that far yet.
A new version of this scenario was uploaded on Tue May 22 15:37:43 UTC 2012 Added code so that when you click on wine glass you get statement 'Do you want to drink wine?' It doesn't work. I'm getting error message ' no method getBackground'. Code is in class Glass. Any ideas?
A new version of this scenario was uploaded on Wed May 23 06:10:38 UTC 2012 Collision detection and Paint order made more precise. Lana still having re-enter problems
A new version of this scenario was uploaded on Wed May 23 07:32:15 UTC 2012 Okay, all new code compiled... This is a work in progress. I'm doing something wrong because now Lana can't leave by front door or leave Level3. I know it will get there...
A new version of this scenario was uploaded on Wed May 23 11:06:45 UTC 2012 Thanks to Danpost's help, exiting each bedroom works perfectly. Still working on front door.
davmacdavmac

2012/5/23

There's a bug in your Lana class, line 54: walkL2 = new GreenfootImage("walkL2.png "); There is a space at the end of the filename. That's why it doesn't work!
A new version of this scenario was uploaded on Wed May 23 17:47:35 UTC 2012 Wine drinking added. Shrinking doesn't happen, yet. Re-enter house by going thru bushes on right to doorway. All other exits and re-entries work correctly. Updated README and Word doc, 'User Instructions'.
dlannidlanni

2012/5/23

Thanks Davmac--fixing it now.
A new version of this scenario was uploaded on Wed May 23 18:00:13 UTC 2012 Fixed Walk Left annimation.
dlannidlanni

2012/5/23

Wow--it works! Thanks Davmac.
A new version of this scenario was uploaded on Thu May 24 09:21:13 UTC 2012 CheckLevel code works much better, thanks to Danpost. Removed a lot of junk code. Now you can only re-enter house via left side of outdoor.
dlannidlanni

2012/9/11

I am re-visiting this foray into programming. This was So much fun to learn! I don't know what happened to the front door, though. When I turned it in ( as my final project in Intro to Programming), you had to click on the front door to open it, before you could go outside. Now all you have to do is exit the top of the screen and there you are. I wonder what happened.
danpostdanpost

2012/9/11

I had to click on the door for Lana to exit. That is, it seems to be working properly for me.
danpostdanpost

2012/9/12

Tried it again today, still works like it is supposed to! BTW, welcome back! Also, check out my 'Player Piano' scenario.
Mint_GreenieMint_Greenie

2014/6/16

This game is really good, @dlanni! Keep up the good work!!!