Tutorial Sea - Character Selecting created by tri-star universe
Category: Utility
Added: 20 May 2008
Created by: tri-star universe
Version: 3
Game description: A simple character selection tutorial that doesn't always work. If you are having trouble getting it to work please inform tri-star universe.
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
This Game Has No Reviews.
More games by this creator
Page 1/4
Comments
Meta Knight said 45 days ago
oh yeah, for my last comment, if you have more than one characters, then you put global.player2, global.player3, ect.
ask if u need help!
Meta Knight said 45 days ago
here is the code that i use-
for your character selecting object, put it in the first room-
under create event- global.player1=0
under mouse press event-
global.player1=1
room_goto_next()
make another object that is a controller, put it in the next room
under create event-
if global.player1=1
{instance_change(your character, true)}
//if you have more than one players, then add the global.player2
if global.player2=1
{instance_change(your character, true)}
tri-star universe said 83 days ago
fine. controls are: mouse(hit top and bottom of screen to scroll)
1 2













tri-star universe said 19 days ago
Report to Staff
uhh. thanx but this is my tutorial, you don't need to change it.