Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Gius

#1
Hi,
I have one click automatic
room_a function () (
   / / Script for Room: Repeatedly execute



timer + +;
   if (timer> GetGameSpeed () * 5) (/ / 5 seconds
     timer = 0;
   on_mouse_click (eMouseLeft);
)

gives me the following error:
undefined token "on_mouse_click"
how I can solve?
thanks
#2
Beginners' Technical Questions / Gui Text Box
Sun 05/07/2009 20:05:12
Hi,
I have added Gui Text Box,
I can give "sending" and "carriage return" while I am writing?
I can save the contents Gui Text Box in  .txt file?



thanks
Gius
#3
Beginners' Technical Questions / random
Fri 19/06/2009 16:16:51
Hello everyone,
I use 2.72 Ags.
In my game I have 10 executable files (1.exe, 2.exe, 3.exe, etc.)
From file a.exe I wish to make a random one the 10 executable files,
then
RunAGSGame ( Random.......... , 0, 51);
but I do not know how to activate the function Random.

thanks for your help
#4
hi to everybody, 
I desire to have in my game 
a mouse that click with the left key every 5 seconds,
 
I use ags 2.72 and me I have begun this way: 

/ / room script file 
  int OverF; 
  int OverQ; 
  int LioScore;   
  int HioScore; 
  string FScore; 
  string QScore; 
 
function LioGoal () { 
QioScore++;   
StrFormat (QScore, "cycle% d",QioScore);   
SetTextOverlay(OverQ,100,61,300,0,0,QScore);   

function HioGoal () { 
FioScore++;   
StrFormat (FScore, "second:% d",FioScore);   
SetTextOverlay(OverF,100,21,300,0,0,FScore);   


/ / script for Room: Player enters room (after fadein) 
HideMouseCursor (); 
 
FioScore=0; 
QioScore=5;   
OverQ=CreateTextOverlay(100,21,300,0,0, "");   
OverF=CreateTextOverlay(100,21,300,0,0, "seconds: 0"); 


  / / script for Room: Repeatedly execute 
ShowMouseCursor (); 
LioGoal (); 
 
if (QioScore==39){QioScore=0;HioGoal ();} 
if (FioScore==5){FioScore=0;......................................????????} 

 
I don't know whether to end. 
Can you help me kindly? 
thanks
#5
Advanced Technical Forum / Ags for HeadMouse
Wed 19/11/2008 15:25:26
Hi to everybody, 
I have tried to create a small didactic software 
to use with HeadMouse 1.5   
(http://nipg.inf.elte.hu/headmouse/headmouse.html)   
but I have seen 
what it stirs the cursor but the click of the mouse doesn't work. 
 
can you help me kindly? 
Thanks

Gius
SMF spam blocked by CleanTalk