Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 13,346 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Map-Entity rotieren ? #347864
11/20/10 12:04
11/20/10 12:04
Joined: Sep 2010
Posts: 27
Belgium
S
Skull Offline OP
Newbie
Skull  Offline OP
Newbie
S

Joined: Sep 2010
Posts: 27
Belgium
Hallo,

ich habe ein kleines Level als Map Entity eingefügt. ( Script ist leer ).
Hab ihm dann diese Aktion zugewiesen:
action rotate_finale()
{
while (1)
{
my.pan = my.pan - 1 * time_step;

wait (1);
}
}

Das Teil wird auch korrekt angezeigt... dreht sich aber nicht.
Muss ich das irgendwie im Script von dem Sub-Level selber angeben ?
Oder was mache ich falsch ?


Greetz
Skull
Re: Map-Entity rotieren ? [Re: Skull] #347868
11/20/10 12:46
11/20/10 12:46
Joined: Jun 2008
Posts: 402
Germany
S
sebbi91 Offline
Senior Member
sebbi91  Offline
Senior Member
S

Joined: Jun 2008
Posts: 402
Germany
Hi

probiers mal so:
Code:
action rotate_finale()
{
while (1)
{
my.pan-= 1 * time_step;
wait (1);
}
}



Hoffe es geht ^^

mfg Basti


3D-Gamestudio A8 - Commercial
Re: Map-Entity rotieren ? [Re: sebbi91] #347869
11/20/10 13:00
11/20/10 13:00
Joined: Sep 2010
Posts: 27
Belgium
S
Skull Offline OP
Newbie
Skull  Offline OP
Newbie
S

Joined: Sep 2010
Posts: 27
Belgium
Hmm, das ist eigentlich das Gleiche... der code funktioniert ja... mit Modellen... nur die Map-Entity nimmt den irgendwie nicht an ? Wird die denn anders behandelt als ein Model ?


Greetz
Skull

Gamestudio download | 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