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

#1
Hi,

I'm a real beginner, stuck over a quite easy problem. I have the script for my game and the first cutscene involves a ship crossing the ocean. I've imported the sprites for all frames, then made a view with 4 loops and created room 1.
The player character is there but set "not visible".
I've read and seen all tutorials and according to my understanding I've written in the room script:

function room_AfterFadeIn()
{

object[0].SetView(1, 1, 0);
object[0].Move(7, 272, 3, eBlock, eAnywhere);

}


object[0] is the ship. Nothing happens at all, the ship is standing still in its original position.
I'm quite sure I'm missing something but after three days of reading about it I'm about to give up...!

Thanks a lot for your much appreciated help.
SMF spam blocked by CleanTalk