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 - Anralore

#1
I cannot see a setting for this in the properties list. Is it possible?
#2
Is there something along the lines of:

Code: ags

if (currentroom = 1) {
   playvideo("Room_1_exit", )
}
if (currentroom = 2) {
   playvideo("Room_2_exit", )
}
if (currentroom = 3) {
   playvideo("Room_3_exit", )
}
#3
I want to have a video play showing the transition the character walk from one room to another.

I have this in the new room:

Code: ags

function room_FirstLoad(){
  PlayVideo("New Videos/2II.ogv", eVideoSkipAnyKey, 0);
} // End of FirstLoad


But this just results in a fade to black, then fade in to showing the background of the second room, then cutting to the video. How do I skip the fade out, fade in and background image of room 2?
#4
I want to play a video, the video file file "1a.ogv" is in the game folder and I have this code:

Code: ags
 PlayVideo("1a.ogv",eVideoSkipNotAllowed, 0); 


But everytime I click the hot-spot to trigger it this error appears: 'Unable to load theora video '1a.ogv"'. Why is this and how can I fix it?
#5
When I run the game and mouse over it, my cursor disappears so I cannot click anything.

How do I solve this?
#6
How do I erase a hot spot? I can only find guides for previous versions of AGS with different user interfaces.

Whenever I select erase the hot spot greys out and a picture of a locked lock appears over the cursor?

What do I do?
#7
I have a background that is 4032x2272. It is very zoomed in and I cannot work out how to zoom it out so I can see the whole image and not just a small section.

Is this possible?
#8
I am new and what to use this programme to make a game, however of all the versions I have downloaded I have received this error:

"There was an error creating your game. The error was: Unable to extract template files. Failed to open file 'template.txt' for writing."

I have not found anything about this or how to fix it. Does anyone have any advice?
SMF spam blocked by CleanTalk