The Warring States of NPF  

Go Back   The Warring States of NPF > Social > Computers & Technology
User Name
Password
FAQ Members List Calendar Today's Posts Join Chat

Reply
View First Unread View First Unread   Click to unhide all tags.Click to hide all tags.  
Thread Tools Display Modes
Unread 04-01-2011, 12:14 PM   #1
Kim
adorable
 
Kim's Avatar
 
Join Date: Sep 2007
Posts: 12,950
Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them.
Atomic Robo Adventure Game Studio Help

Anyone here use Adventure Game Studio? I'm messing with it, and I'm trying to make it so that the character faces towards the person they're talking to. I'm currently trying to do this with the following code:

Code:
if ((cZero.Speaking) && (cZero.x > 330))
  {
    cZero.Frame = 0;
  }

  if ((cZero.Speaking) && (cZero.x < 330))
  {
    cZero.Frame = 1;
  }
It's not working. It's not doing anything bad, it's just not doing anything. Anyone have any clue what I'm fucking up here?
__________________
this post is about how to successfully H the Kimmy
Kim is offline Add to Kim's Reputation   Reply With Quote
Unread 04-01-2011, 12:52 PM   #2
bluestarultor
Blue Psychic, Programmer
 
bluestarultor's Avatar
 
Join Date: Feb 2007
Location: Home!
Posts: 8,814
bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two. bluestarultor is one of Jay-Z's 99 problems. Possibly two.
Default

I have it, but never used it much. Do you mean the main character? Pretty sure you have to use "ego" for that.
__________________
Quote:
Originally Posted by Drake Clawfang
Aerith is clearly the most badass character ever. She saves the world. Twice. While dead. No one else can claim that, can they?
I'm gone from here for good. This place gave me many memories to take with me and shaped me greatly. I still care about you guys. I just can't stay.

Journal | Twitter | FF Wiki (Talk) | Projects | Site
bluestarultor is offline Add to bluestarultor's Reputation   Reply With Quote
Unread 04-01-2011, 02:32 PM   #3
Aerozord
So we are clear
 
Aerozord's Avatar
 
Join Date: Jan 2004
Location: Former murder capital of the world
Posts: 13,824
Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was. Aerozord would dive into a lake to save a drowning girl from a sinking car, without even stopping to think about how dangerous it was.
Send a message via AIM to Aerozord Send a message via MSN to Aerozord Send a message via Yahoo to Aerozord
Default

Quote:
Originally Posted by NonCon View Post
Anyone here use Adventure Game Studio? I'm messing with it, and I'm trying to make it so that the character faces towards the person they're talking to. I'm currently trying to do this with the following code:

Code:
if ((cZero.Speaking) && (cZero.x > 330))
  {
    cZero.Frame = 0;
  }

  if ((cZero.Speaking) && (cZero.x < 330))
  {
    cZero.Frame = 1;
  }
It's not working. It's not doing anything bad, it's just not doing anything. Anyone have any clue what I'm fucking up here?
no expert, but dont you need one for when the value = 330?
__________________
"don't hate me for being a heterosexual white guy disparaging slacktivism, hate me for all those murders I've done."
Aerozord is offline Add to Aerozord's Reputation   Reply With Quote
Unread 04-01-2011, 07:42 PM   #4
Kim
adorable
 
Kim's Avatar
 
Join Date: Sep 2007
Posts: 12,950
Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them.
Default

Quote:
Originally Posted by bluestarultor View Post
Pretty sure you have to use "ego" for that.
Uh, nope. That's only if your main character is named Ego in the game maker, as it is in the tutorials, but is not required to be.

Quote:
no expert, but dont you need one for when the value = 330?
True, though the other parts should still work regardless. It'd only throw a fit if I were at 330.
__________________
this post is about how to successfully H the Kimmy
Kim is offline Add to Kim's Reputation   Reply With Quote
Unread 04-01-2011, 11:51 PM   #5
Kim
adorable
 
Kim's Avatar
 
Join Date: Sep 2007
Posts: 12,950
Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them. Kim will strap all reputation givers to balloons and kidnap them.
Default

Or I could not be an idiot, overcomplicating this, and just have the character walk to a certain part of the screen before talking to the other.

FUCKIN' DERP
__________________
this post is about how to successfully H the Kimmy
Kim is offline Add to Kim's Reputation   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:59 AM.
The server time is now 12:59:38 PM.


Powered by: vBulletin Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.