RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
eventing/mapping problem

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 82
IT ALL ENDED.
Guys i have an item on the table
when he click it the player should obtain a coffee
but it's not working
it'll only work if i stand on the table
using the CTRL key
what should i do?
it seems to be working if i stand on the other side,
but my table is placed against the wall
should i place an event where the player is standing with an if player facing up sort of
condition or is there an easier way?
Screenie attached
Spoiler for:


*
Rep:
Level 85
Real Men Make Fan Games
Project of the Month winner for May 2009
Easiest way to pull this off is by the method that you already mentioned. Put an event directly below the coffee cup that is same layer as hero. Make the branch that checks for sprite facing, and act on key press accordingly.




***
Rep:
Level 82
IT ALL ENDED.
*sigh*
I also tried counter flag but it didn't seem to work
anyway thanks

*
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Zero to Hero2014 Best IRC Quote2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
Make the event 'Same as Characters' in priority. If that doesn't work then make an event below the coffee cup that reads:
@>Conditional Branch: Player is Facing Up (In page 3 in the conditional branch menu in VX, forgot where it is in XP)
    @> (Stuff you want)
    @> Control Self-Switch: A = ON
    @>
 :  Branch End
@>
And on the second page, make condition Self Switch A is ON that reads:
@>
i.e. nothing happens.
it's like a metaphor or something i don't know

***
Rep:
Level 82
IT ALL ENDED.
that priority thing doesn't seem to be working...
ah... i guess i'll do the other one :(

btw,  does anybody have a coffee/tea cup sprite?
the one in the tileset is too small. i need it for an item(see screenshot)
i know this is supposed to be in the resource section, but isn't this request too small to be put there?

*
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Zero to Hero2014 Best IRC Quote2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
I'm not very familiar with the XP RTP, but there should be some cups and bottles etc in an Other event set. I'm not quite sure why our things didn't work, but you'll get it eventually.
it's like a metaphor or something i don't know

***
Rep:
Level 82
IT ALL ENDED.
hmm... let me check

*
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Zero to Hero2014 Best IRC Quote2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
You don't have to ask permission.
Go ahead!
it's like a metaphor or something i don't know

***
Rep:
Level 82
IT ALL ENDED.
permission for what?

*
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Zero to Hero2014 Best IRC Quote2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
Checking it out.
What did you get?
it's like a metaphor or something i don't know

***
Rep:
Level 82
IT ALL ENDED.
Amazingly....

.

.

.

nothing :nono:

*
Rep:
Level 85
I am the wood of my broom
2010 Project of the YearProject of the Month winner for January 2009Project of the Month winner for January 2010Project of the Month winner for April 2010
It is possible that coffee is part of the tileset so the priority is set to Below/Above Character. What you should do is set the priority to Same as Characters
« Last Edit: February 07, 2011, 04:24:42 PM by Nessiah »


***
Rep:
Level 82
IT ALL ENDED.
Make the event 'Same as Characters' in priority.
It is possible that coffee is part of the tileset so the priority is set to Below/Above Character. What you should do is set the priority to Same as Characters
already tried that

*
Rep:
Level 85
I am the wood of my broom
2010 Project of the YearProject of the Month winner for January 2009Project of the Month winner for January 2010Project of the Month winner for April 2010
Show us the event page? Or better yet give us a demo with that map only on it and I'll check what might be causing it.