Search found 19 matches

by locerol
07 December 2020, 10:16
Forum: Developers
Topic: Removing 'moving map' callback in scrollmap component for touchscreen devices
Replies: 1
Views: 462

Removing 'moving map' callback in scrollmap component for touchscreen devices

Hi all! I am developing the adaptation of Ginkgopolis, and I would like to improve how the game is controlled with touchscreen devices. The problem right now seems that when using a BGA scrollmap component, two functions are triggered with each touchmove event, one for scrolling the whole screen and...
by locerol
11 November 2020, 22:24
Forum: Developers
Topic: slideTo with css scale transformed elements
Replies: 5
Views: 817

Re: slideTo with css scale transformed elements

I believe that comment is due to this: https://boardgamearena.com/forum/viewtopic.php?f=12&t=14189 it's mainly due to the rotation transformation, it's just the end co-ordinates are not exactly correct. Yes, I was looking at that post, and reading Dr. Karotte's and sourisdudesert's answer made ...
by locerol
11 November 2020, 18:12
Forum: Developers
Topic: slideTo with css scale transformed elements
Replies: 5
Views: 817

slideTo with css scale transformed elements

Hello! I am having problems solving how to use slideTo with some css transform items. As explained in the Animations section of the Game_interface_logic:_yourgamename.js document: Note 2: the slideTo methods are not compatible with CSS transform (scale, zoom, rotate...). If possible, avoid using CSS...
by locerol
22 September 2020, 17:20
Forum: "Alpha" games
Topic: Ginkgopolis in alpha
Replies: 55
Views: 11758

Ginkgopolis in alpha

Hello! The game Ginkgopolis, designed by Xavier Georges, from Pearl Games, is now in the alpha reviewing process. So, please, feel free to take a look at the game, play some games and if you find a bug (hopefully not too many) or have a suggestion to improve the game, please, let me know :) The game...
by locerol
08 August 2020, 08:57
Forum: Developers
Topic: Css file not loading
Replies: 4
Views: 1536

Css file not loading

Hi! I have one problem that is getting me frustated. It seems sometimes the game isn't applying the css file i have uploaded to the server. In principle, the uploading process is all correct, the version I see on the server through the FTP program has the right time and date of the new version. But,...
by locerol
11 April 2020, 15:51
Forum: Developers
Topic: Removind card from stock - Situation C
Replies: 2
Views: 738

Re: Removind card from stock - Situation C

Thank you for comments, Victoria_La. It seems I did not understand the help page regarding moving elements from stocks - situation C. It was kind of puzzling that I did have to insert into the stock the card I wanted to remove, in order to make the animation. But that is exactly what must be done, a...
by locerol
09 April 2020, 22:03
Forum: Developers
Topic: Removind card from stock - Situation C
Replies: 2
Views: 738

Removind card from stock - Situation C

Hello fellow developers! In the game I am developing, I am trying to move a card located in a stock component to a non-stock component, the player panel. Clearly, it exactly fits into situation C in the stock help page. The information about situation C in that page says: When you move a card from a...
by locerol
06 October 2019, 15:58
Forum: Developers
Topic: Moving elements across an external div
Replies: 7
Views: 2969

Re: Moving elements across an external div

Hello again, I have been trying some of the things you mentioned, and finally I discovered what was happening. As RicardoRix said at the beginning, there was an css property overflow:hidden that I did not remember was there. The cause was that I was using the scrollmap, which in its description in t...
by locerol
30 September 2019, 22:38
Forum: Developers
Topic: Moving elements across an external div
Replies: 7
Views: 2969

Re: Moving elements across an external div

Hi again, thank you for your replies. RicardoRix, I tried with a z-index of 1000, but the behavior of the moving elements is still the same. DrKarotte, the animation works fine,even though it is true the code I posted is incorrect. You are right about the order of the elements in the slideToObjectAn...
by locerol
28 September 2019, 10:59
Forum: Developers
Topic: Moving elements across an external div
Replies: 7
Views: 2969

Moving elements across an external div

Hi all, in the game I am developing, at dome point, I display a div in the upper part of the screen where the cards and tiles selected by players are shown. After that, based on those cards and tiles selected, the players get victory points, tiles or resources. In order to make what is happening cle...

Go to advanced search