Gamestudio Links
Zorro Links
Newest Posts
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
4 registered members (AndrewAMD, ozgur, AbrahamR, wdlmaster), 849 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Mouse Click #405339
07/28/12 13:17
07/28/12 13:17
Joined: May 2010
Posts: 41
İstanbul/Turkey
Sorrowful Offline OP
Newbie
Sorrowful  Offline OP
Newbie

Joined: May 2010
Posts: 41
İstanbul/Turkey
I want to do when I click once...

Code:
if(mouse_left==1)
   {  
      var vurus1;
      ent_animate(my,"5atak",vurus1,ANM_CYCLE);
		vurus1 += 2 * time_step;
   }




A8.40 Professional
Sancak Oyun Ekibi
Re: Mouse Click [Re: Sorrowful] #405341
07/28/12 13:41
07/28/12 13:41
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Not enough information about what you want to get...

But you might want to try something like this:

Code:
while(1)
{
	if(mouse_left) // Left Mouse Button pressed
	{
		var vurus1 = 0;
		
		while(vurus1 < 100)
		{
			ent_animate(my,"5atak",vurus1,ANM_CYCLE);
			vurus1 += 2 * time_step;
			wait(1);
		}
		
		while(mouse_left) wait(1); // Wait until mouse_left is released
	}
	
	wait(1);
}




POTATO-MAN saves the day! - Random
Re: Mouse Click [Re: Kartoffel] #405344
07/28/12 13:52
07/28/12 13:52
Joined: May 2010
Posts: 41
İstanbul/Turkey
Sorrowful Offline OP
Newbie
Sorrowful  Offline OP
Newbie

Joined: May 2010
Posts: 41
İstanbul/Turkey
Thanks my friend....


A8.40 Professional
Sancak Oyun Ekibi
Re: Mouse Click [Re: Sorrowful] #405345
07/28/12 14:15
07/28/12 14:15
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline

X
rayp  Offline

X

Joined: Jul 2008
Posts: 2,107
Germany
I cant believe this.
Quote:
Not enough information about what you want to get...
Like always see link below

http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=404408#Post404408

Thank you for wasting Espèrs, Kartofells and my time.
Edit: Oh and thanks for the two identical threads.

Last edited by rayp; 07/28/12 14:30.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: Mouse Click [Re: rayp] #405353
07/28/12 19:35
07/28/12 19:35
Joined: Sep 2009
Posts: 993
Budapest
Aku_Aku Offline
User
Aku_Aku  Offline
User

Joined: Sep 2009
Posts: 993
Budapest
Sorrowful and Kartoffel are friends?

Re: Mouse Click [Re: rayp] #405360
07/28/12 21:13
07/28/12 21:13
Joined: Apr 2008
Posts: 650
Sajeth Offline
User
Sajeth  Offline
User

Joined: Apr 2008
Posts: 650
Originally Posted By: rayp
I cant believe this.
Thank you for wasting Espèrs, Kartofells and my time.
Edit: Oh and thanks for the two identical threads.


I just read this to myself in a loud and angry voice and now I can't stop laughing.


Teleschrott-Fan.
Re: Mouse Click [Re: Sajeth] #405374
07/29/12 17:10
07/29/12 17:10
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline

X
rayp  Offline

X

Joined: Jul 2008
Posts: 2,107
Germany
Quote:

just read this to myself in a loud and angry voice and now I can't stop laughing.
typical post


Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;

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