To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > General Help > Games

Reply
 
Thread Tools Search this Thread Display Modes
Old 12-18-2002, 04:58 PM   #1
Baukereg
Lunatic
 
Baukereg's Avatar
 
Join Date: Nov 2000
Location: Lowlands
Posts: 853
Lost Warrior: please help me again

I've been working on my RPG Tales of the Lost Warrior again for the past few days. But I got a problem! Check the beta:

PLAY BETA

Now enter the Ancient Tower (at the left from your startingpoint) and try to get to the 2nd floor. When you're in front of the door and you keep the up key down all the time, you will see that the screen is switching floors over and over again. Check it out if you dont know what I mean.

Any suggestions how to fix this problem. Im rewriting the engine, so it would be great to have this bug fixed.

Also check this screenshot: CHECK
Its an example of something new Im going to introduce in the new engine. Its gonna be possible to get images (jpg's) at the background, behind the tiles. In this example, its like the player is at a high place and looks down on a forest. Maybe some of you remember this trick from Commandos, Behind Enemy Lines. But Im also gonna make it possible to get the images over the tiles, to create some special effects. I will post some new screenshots soon, so you know what I mean.
Baukereg is offline   Reply With Quote
Old 12-18-2002, 07:59 PM   #2
ElyxiaElvenbright
Senior Member
 
Join Date: Apr 2001
Posts: 495
No sure how your RPG works, but when he uses the stairs, make your useStairs variable = false. Now the only way he can use the stairs is if it equals true. Now do an if (!Key.isDown(Key.UP)){ useStairs = true;}

That way once you use the stairs, that variable is made false, and only when you LIFT UP ON THE KEY will the var be reset so you cna use the stairs again. understand?

if (useStairs == false){// you cant use stairs}
if (useStairs == true){//yay you can use them!! but once you do useStarirs will euql false!;}
if (!Key.isDown(Key.UP)){//reset useStairs to true again since you let up on the key}

I know this is not the real code, but maybe it will help you undertsand what i mean.

Ely_:J3
ElyxiaElvenbright is offline   Reply With Quote
Old 12-19-2002, 05:23 AM   #3
Baukereg
Lunatic
 
Baukereg's Avatar
 
Join Date: Nov 2000
Location: Lowlands
Posts: 853
Thanx, I got the point. No I can work at my new engine.
Baukereg is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > General Help > Games

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 -4. The time now is 07:50 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.