Spider Posted September 27, 2016 Report Share Posted September 27, 2016 One of the official pokes (42183,11) to move the invisible object from First Landing to The Hall, well it works OK but the object is still invisible. To be fair it is in Willy's direct path unless he is jumping. After a little thought about this, it would be very easy to give it a shape, however a bit of care must be taken with a choice of shape as the object is actually 'floating mid-air' rather than on the ground so not all object shapes would suit. Looking at a few objects that are already 'floating' the ones used in West Wing Roof seem the best choice as: 1. They are only 5 instead of 8 bytes 2. They are already a 'floating' object Having already applied the 42183,11 poke, simply add these: 52196,1052197,1352198,6052199,24252200,192 Or if you prefer you can use a little bit of Basic to 'copy' those bytes: FOR N=52196 TO 52200 : POKE N,PEEK (N+11520) : NEXT N :) jetsetdanny and andrewbroad 2 Quote Link to comment Share on other sites More sharing options...
IRF Posted September 27, 2016 Report Share Posted September 27, 2016 It looks like the Pig is about to get skewered! jetsetdanny and Spider 2 Quote Link to comment Share on other sites More sharing options...
Spider Posted September 27, 2016 Author Report Share Posted September 27, 2016 It looks like the Pig is about to get skewered! You know I thought about changing it to white to see if it was happy to collect the item for him. :) Quote Link to comment Share on other sites More sharing options...
IRF Posted September 27, 2016 Report Share Posted September 27, 2016 What about using the 'apple' item shape from the Watch Tower - roast pork and apple sauce go well together! Spider 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted September 27, 2016 Author Report Share Posted September 27, 2016 What about using the 'apple' item shape from the Watch Tower - roast pork and apple sauce go well together! Easily done. :) But I was purposely looking for something that looked half sensible (to me at least?) when in its existing position. I did not want to change the x/y co-ords... The first test I did I used the 'Wine Glass' from the Swimming Pool as its easy to get but it looked odd 'floating' mid-air in the hallway. :lol: :unsure: Quote Link to comment Share on other sites More sharing options...
IRF Posted September 27, 2016 Report Share Posted September 27, 2016 I was only joking about the apple! Spider 1 Quote Link to comment Share on other sites More sharing options...
Spider Posted September 27, 2016 Author Report Share Posted September 27, 2016 I was only joking about the apple! :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.