You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Kyjast'

We found 2 matches.


<< < > >>

Viewing 1-2 of 2 matches.

1.

None

Topic: Cheat2Win Guide!

Posted: 08/08/08 03:27 PM

Forum: Where is / How to?

At 8/7/08 01:25 AM, Super-Da-Mario wrote: How do you press the start button on your keyboard? That makes no sence.

The key that has the Windows logo when pressed opens the Start menu.


2.

Expressionless

Topic: _visible Problem

Posted: 08/05/08 04:24 PM

Forum: Flash

I'm making a point and click game, and here's some example code I put on one frame:

onEnterFrame = function () {
if (keyvar == 0) {
_root.key._visible = false;
}
};

I've set the variable keyvar to zero in a previous frame, so when you go to the frame with this code, the key should not be visible. When you go to the frame, you can see the key for a split second, and then it's not visible. So the code works, but you can see the key for a very short amount of time before it actually disappears. Raising up the framerate to around 45 fps helps with this a bit, the flicker is so sudden it's hardly noticable, but then it also changes the speed of all the current animations I have in the game. Is there any way to stop this flickering?

Thanks in advance.


All times are Eastern Standard Time (GMT -5) | Current Time: 11:30 AM

<< < > >>

Viewing 1-2 of 2 matches.