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
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (NnamueN, 1 invisible), 1,489 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19054 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Music code #211484
06/16/08 21:37
06/16/08 21:37
Joined: May 2008
Posts: 55
K
KB_Alpha Offline OP
Junior Member
KB_Alpha  Offline OP
Junior Member
K

Joined: May 2008
Posts: 55
Does anyone have a music code for a7? not a code for following the player but one that just sits there in one spot or one room.thanks alot. laugh

Last edited by KB_Alpha; 06/16/08 21:39.
Re: Music code [Re: KB_Alpha] #211490
06/16/08 22:07
06/16/08 22:07
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Use this action for some kind of radio:

Quote:
SOUND* radio_snd = "radio.wav";
var radio_handle;

action radio_act() {
radio_handle = ent_playloop(my,radio_snd,100);
}


Untested but should work.

Re: Music code [Re: PadMalcom] #211844
06/18/08 18:51
06/18/08 18:51
Joined: May 2008
Posts: 55
K
KB_Alpha Offline OP
Junior Member
KB_Alpha  Offline OP
Junior Member
K

Joined: May 2008
Posts: 55
thanks.

Re: Music code [Re: PadMalcom] #212747
06/24/08 01:14
06/24/08 01:14
Joined: May 2008
Posts: 55
K
KB_Alpha Offline OP
Junior Member
KB_Alpha  Offline OP
Junior Member
K

Joined: May 2008
Posts: 55
can you try it and see if it works because it didn't workd for me.

Re: Music code [Re: KB_Alpha] #212820
06/24/08 12:11
06/24/08 12:11
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Do you use Lite-C or C-Script?
And what does not work? Do you get a compiler/parser error?

The Manual says:

SOUND* whosh = "whosh.wav";
var whosh_handle;
...
whosh_handle = ent_playloop(my,whosh,100);


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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