Jump to content


graves23

Member Since 02 Mar 2012
Offline Last Active Jun 25 2012 06:23 PM

Posts I've Made

In Topic: Intro movie PLEASE HELP

31 May 2012 - 02:39 PM

About playing the movie : On your controller object on its step event into main2 you can include a Splash Video action.(not sure if this action is only for pro version available)

Set a controller object in this room , on its create event include a piece of code!
Set a variable (ex. movie_skip) when the room starts give it a value of 0 or maybe false.
Then just check your variable :

if keyboard_check_pressed(vk_shift){
        movie_skip = true}
   if movie_skip = true  {  room_goto_next   } 

In Topic: I need help for a few things

26 May 2012 - 01:01 PM

About the second and the third :

Second,you can declare a variable for this , when it is used you can give it a value of true or maybe a number(example)Then you can simply check if the variable is equal to true or the number you gave it after the action happened.When you go to the next room give it back the original value.

Third you can use under the main2/timing tab the sleep action.Remember that 1000 milliseconds equals to 1 second.

In Topic: Bonus_enemy moving right or left

30 April 2012 - 02:51 PM

Well i Think you play with the horizontal speed to do something like this !
So in a step event  : if obj_player.x < 384 then hspeed =5;
                            : if obj_player.x > 384 then hspeed = -5;
This might work!

In Topic: Wrap Zone

29 April 2012 - 08:52 AM

On your object player go over the Event->Other->Outside the room and then add the wrap action.
If this works try with the Event -> Other ->Intersect boundary!

In Topic: Screenshot help

22 April 2012 - 02:21 PM

Firstly you should upload this image on a website.For example here : http://imageshack.us/
Then as normally you can insert this image on a text by clicking on the icon above (which says insert image).Use the link with the image you uploaded on the website.Else you can do it manually by typing [img]"Link"[img]