Thanks anyway:)
Search found 4 matches
- 18 May 2012, 11:07
- Forum: SFS2X ActionScript 3 API
- Topic: Creating objects bulets,towers,boxes in the game "word""
- Replies: 5
- Views: 9031
Re: Creating objects bulets,towers,boxes in the game "word""
Pf. Made it in 10 minutes...
Thanks anyway:)
Thanks anyway:)
- 18 May 2012, 10:10
- Forum: SFS2X ActionScript 3 API
- Topic: Creating objects bulets,towers,boxes in the game "word""
- Replies: 5
- Views: 9031
Re: Creating objects bulets,towers,boxes in the game "word""
Hm. I'm trying to shoot a bullet with sfs.objectmessage but i havent found any example about it:
protected function onRightClickNow(event:MouseEvent):void
{
sfs.addEventListener(SFSEvent.OBJECT_MESSAGE, onObjectMessage);
bullet=new Bullet()
bullet.x = myplayer.x
bullet.y = myplayer.y ...
protected function onRightClickNow(event:MouseEvent):void
{
sfs.addEventListener(SFSEvent.OBJECT_MESSAGE, onObjectMessage);
bullet=new Bullet()
bullet.x = myplayer.x
bullet.y = myplayer.y ...
- 04 May 2012, 17:32
- Forum: SFS2X ActionScript 3 API
- Topic: Creating objects bulets,towers,boxes in the game "word""
- Replies: 5
- Views: 9031
Re: Creating objects bulets,towers,boxes in the game "word""
Thans for answer. Am i have a 3d enviroment where players moving jumping on the x,y,z my problem is creating objects example droping my weapon to the ground that everyone can se or pick up.
Edit: I asume that a droped item is not an NPC than what is it? How can i create a player created object ...
Edit: I asume that a droped item is not an NPC than what is it? How can i create a player created object ...
- 04 May 2012, 17:24
- Forum: SFS2X ActionScript 3 API
- Topic: Creating objects bulets,towers,boxes in the game "word""
- Replies: 5
- Views: 9031
Creating objects bulets,towers,boxes in the game "word""
He Everyone,
I am new in this forum, i am trying some cool features with smartoxserver and alternativaplatform. I just came up with an idea to create objects in the 3d enviroment that everyone can see example a Sprite3d bullet or putting a turret to the sceen etetc. How can i achieve that thing ...
I am new in this forum, i am trying some cool features with smartoxserver and alternativaplatform. I just came up with an idea to create objects in the 3d enviroment that everyone can see example a Sprite3d bullet or putting a turret to the sceen etetc. How can i achieve that thing ...