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

Messages - Voedino

#1
Error in new version AGS 3.5.0 with this plugin.

Flashlight_2_0_BETA_2.asc(38): Error (line 38): '.ViewportWidth' is not a public member of 'System'. Are you sure you spelt it correctly (remember, capital letters are important)?

In the old version 3.4.1.15 this plugin worked without problems
#2
How to add more than thirty elements in GUI?
Need a plugin!
#3
Hints & Tips / Durov's Code
Wed 01/03/2017 05:15:11
#4
Completed Game Announcements / Re: Wrecked
Sat 14/02/2015 10:15:17
Quote from: visionmind on Fri 13/02/2015 19:28:23
I've written a walkthrough for the game...
Thanks for walkthrough!
I will continue to play...
#5
Hints & Tips / Re: A Night in Berry
Sun 08/02/2015 08:13:25
thanks for tip

i am stuck again
Spoiler
what doing?
i have meat in pepper
[close]
Spoiler
[close]
#6
Hints & Tips / Re: Wrecked
Sat 07/02/2015 12:42:55
i am stuck
Spoiler
i am clicked on green button, but nothing...
Where used syringe?  He is not used on leg, or sister...
[close]
progress
Spoiler




[close]
#7
Hints & Tips / Re: Wrecked
Fri 06/02/2015 17:41:14
I am stuck again...
Spoiler
Where use: wires, and key?
How to remove dirt? Water and alcohol do not help
Computer do not work
[close]
progress
Spoiler
#8
Hints & Tips / Re: Wrecked
Fri 06/02/2015 09:09:51
I found the key, but not use...
I opened more 2 panels, and picked up items, but not use...
Guideline (6 screen) - I was not there...
Distant Wrecked Ship (7 screen) - I was not there...
Spoiler







[close]
#9
Hints & Tips / A Night in Berry
Thu 05/02/2015 09:51:58
Cool game, but i am stuck
I do not know what to do, where to use it
Spoiler

[close]
#10
Completed Game Announcements / Re: Wrecked
Thu 05/02/2015 09:39:31
"Wrecked" in my collection <Best adventure games>  and my second favorite to be Best AGS game in 2015, or other nominations, for example Best Background Art...

Spoiler
My favorite AGS games released in 2015
A Night in Berry
Wrecked
[close]
#11
Hints & Tips / Re: Wrecked
Thu 05/02/2015 09:30:04
Cool game, but i am stuck
I do not know what to do, where to use it
Spoiler






[close]
#12
Wonderful awesome game!

"A Night in Berry" in my collection <Best adventure games>  and my first favorite to be Best AGS game in 2015, or other nominations, for example Best Background Art...

i am published "A night in Berry" on the very popular Russian tracker

Thanks for Creation with a Big Letter!

Spoiler
My favorite AGS games released in 2015
A Night in Berry
Wrecked
[close]
#13
Completed Game Announcements / Re: Wrecked
Mon 02/02/2015 10:11:11
Congrats for visionmind from Inventive Mind! (roll)
i am published "Wrecked" on the very popular Russian tracker
#14
i am published "Mess Goblins" on the very popular Russian tracker
#15
Bravo, Alien Cap!
I put your code in the Global (repeatedly executly) and it works!

Quote from: monkey_05_06 on Thu 22/01/2015 19:21:14
There's nothing built-in, but validating this type of input is really simple:
Thanks! Your code partly helped!
#16
Quote from: monkey_05_06 on Thu 22/01/2015 22:24:20
I'll ignore that you are still intentionally messing up the formatting of your code.
Sorry! my brain was inattentive, not inventive
Now all work! Thanks!
#17
and now fails to use the item on the item
Code: ags

function on_mouse_click(MouseButton button) {
  if (IsGamePaused() == 1) {
  }
   else if(button == eMouseLeftInv) {
   InventoryItem *item = InventoryItem.GetAtScreenXY(mouse.x, mouse.y);
   cEgo.ActiveInventory = inventory[game.inv_activated];
   if(item==iKey){  
   if(cEgo.ActiveInventory==iBenzin){
   TextBox1.Text="benzin";
  cEgo.ActiveInventory=null;
  cEgo.LoseInventory (iKey);
  cEgo.LoseInventory (iBenzin);
  cEgo.ActiveInventory=iKey2;
            if(player.InventoryQuantity[iKey2.ID]!=1){
cEgo.AddInventory (iKey2);
   }
}
}
   if(item==iBenzin){  
   if(cEgo.ActiveInventory==iKey){
  TextBox1.Text="key";
  cEgo.ActiveInventory=null;
  cEgo.LoseInventory (iKey);
  cEgo.LoseInventory (iBenzin);
  cEgo.ActiveInventory=iKey2;
            if(player.InventoryQuantity[iKey2.ID]!=1){
cEgo.AddInventory (iKey2);
   }
}
}
}


ERROR: undefined symbol 'item'
#18
Don't work!
#19
Hi guys! Need a condition that only allows the input of numbers and a condition that only allows the input of words. Or numbers or words. Help me, please!
Code: ags

TextBox1.Text="asdfghjkl";
TextBox1.Text="123456789";
#20
Thanks for the support!

And now Flying Thinker nominated in MAGS 2014 (11 nominates)
Vote for the best here
SMF spam blocked by CleanTalk