Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Akow), 1,371 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
sed problem #251931
02/15/09 16:56
02/15/09 16:56
Joined: Oct 2007
Posts: 38
Mississippi, USA
S
Shelley Offline OP
Newbie
Shelley  Offline OP
Newbie
S

Joined: Oct 2007
Posts: 38
Mississippi, USA
Hi
I have a problem I can't figure out
I wrote a menu wdl file and everything worked execpt the running of the game the music played and all but the screen went blue so I did a cut and past from one of the aum's in case it was the syntex the test level ran ok with the wed now here is where the problem is in the sed now no matter what folder I goto and I load a wdl from anything the menu program comes up
no matter what the name is or the folder it is in I took the menu wdl off the compiter and when I run it from the sed in 6 or seven it says can't find my2.wdl I ran a reg cleaner and un installed and deleted all g6/7 files shut down the computer
and when I rebooted and reinstalled g6/7 same thing I can't get rid of it and why did it go blue ??

Any ideas???
Thanks

Re: sed problem [Re: Shelley] #252024
02/16/09 00:09
02/16/09 00:09
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!


In SED go to OPTIONS...> Preferences ...>Environment

Uncheck or check the box "Use the currant file for test run"
Look under the Engine tab for the name of the file that is active
at all times.

Hope this helps. You message was unclear about a lot of things.
Let us know if this was the problem smile

Ottawa

Last edited by Ottawa; 02/16/09 00:10.
Re: sed problem [Re: Ottawa] #252066
02/16/09 09:25
02/16/09 09:25
Joined: Oct 2007
Posts: 38
Mississippi, USA
S
Shelley Offline OP
Newbie
Shelley  Offline OP
Newbie
S

Joined: Oct 2007
Posts: 38
Mississippi, USA
That wss it Thanks I got the level to load now But the player won't move
this really is the first time playing with the sed I'v been only useing the built in templetes.

Re: sed problem [Re: Shelley] #252390
02/18/09 00:38
02/18/09 00:38
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!
I'm happy to know that I could help you. smile

If your new to scripting ...look under functions

Your player needs a action ....something like
Code:
action namemyaction ()
{
while (1)
{
my.pan += 10:
wait (20);
}
}


Hope this helps...Let me know. smile


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1