Topic:   Is this for me   (Read 19987 times)


0 Members and 1 Guest are viewing this topic.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: Is this for me
« Reply #30 on: February 20, 2009, 04:48:34 PM »
Quote
This is GameMaker code, but SC should be very similar

IF player = 1 THEN
 Â ALERT Tag You're it William.
 Â player = 2
ELSE
 Â ALERT Tag You're it Daniel.
 Â player = 1
END IF
You could also use the TOGGLE Command. :) I'm not sure if SC has a TOGGLE command, but GM could do it in 3 lines:

Code: [Select]
TOGGLE TaggedPlayer
IF TaggedPlayer = 0 THEN ALERT Tag! You're it William.
IF TaggedPlayer = 1 THEN ALERT Tag! You're it Daniel.
« Last Edit: February 20, 2009, 04:49:09 PM by Silverwind »
I survived the spammage of 2007

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #31 on: February 20, 2009, 11:32:39 PM »
OK

How do you get players to type in their names at the beginning?


Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: Is this for me
« Reply #32 on: February 21, 2009, 03:44:50 AM »
In GM it's:
Code: [Select]
Name1$ = USERASK Enter player 1's name:
I assume SC has a USERASK command as well, but I'm not sure what the syntax is.
I survived the spammage of 2007

Teruri


  • GMG-er

  • **


  • Posts: 167

  • This personal text couldn\'t be worse
Re: Is this for me
« Reply #33 on: February 21, 2009, 06:37:13 AM »
Code: [Select]
let name$ = prompt$("What's your name?")

This saves the name the player enters in name$.
If you want a maximum of characters, you would do this:
Code: [Select]
let name$ = prompt$("What's your name?",20)
This restricts the player from entering a name longer than 20 characters.
Max 500; characters remaining: 466

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #34 on: March 17, 2009, 11:24:45 PM »
hi guys

Well after a longish break I got back to the game and finished it off. Now how do i upload it onto this website and also i was wondering Rougesoft if i was able to use two of your sprites as i have used them because i couldn't find ones like them anywhere else.

Thanks

OH and if you didn't know i'm using silver creator.
« Last Edit: March 18, 2009, 02:21:01 AM by bellybot1 »

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: Is this for me
« Reply #35 on: March 18, 2009, 06:53:26 AM »
You're more than welcome to use my sprites, and as for uploading the game to the internet: First highlight the file on your desktop and select File > Create Archive from the Finder bar. Once you've created the archive you can upload it using a site like MediaFire: http://www.mediafire.com/

If you have any problems or if my instructions sound like gibberish, too bad! Er, I mean... just say so and I'll gladly help. :)

Can't wait to see your game!
I survived the spammage of 2007

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #36 on: March 18, 2009, 01:53:29 PM »
cool ive sent my game away to be verified hopefully it will be up soon.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: Is this for me
« Reply #37 on: March 18, 2009, 02:04:37 PM »
Cool. Ghost is usually online daily, so you shouldn't be waiting long. You could always post a link to it in the meantime if you wanted though.
I survived the spammage of 2007

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: Is this for me
« Reply #38 on: March 18, 2009, 06:15:21 PM »
Quote
cool ive sent my game away to be verified hopefully it will be up soon.

This is the link bellybot1 gave me: http://www.mediafire.com/?tizeqltym2n

bellybot, could you please compile the game and resubmit? Or would you still like me to post just the SC file?

Also, next time give me more information when you submit the game... I have no clue what kind of game this is, or what the description is, or what section of the site you want it in.

Ghost

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #39 on: March 18, 2009, 09:50:41 PM »
ok sorry about that ghost. I didn't know what to do when submitting a game as this is my first time ok ill send a new file. And when you say compile do you mean just putting all the pictures and stuff i used into a folder.

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #40 on: March 18, 2009, 10:08:24 PM »
oh sorry just realized what compile was but which platforms do i support it on. And is their any other things i need to do.

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #41 on: March 19, 2009, 02:01:14 AM »
OK sent the proper file away to be verified so hopefully it'll be up on the website soon. I have already started thinking and trialing out my second game which will be like that old hand held black and white game where your a car and you can move left or right. You have to dodge the cars as they go down the screen. When i actually start i'll make a new topic.

Thanks for all your help guys.

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: Is this for me
« Reply #42 on: March 19, 2009, 02:42:46 AM »
Thank you!

Ghost

EDIT: Moved to SilverCreator help since this is a SilverCreator project.
« Last Edit: March 19, 2009, 02:43:46 AM by admin »

bellybot1


  • GMG Newbie

  • *


  • Posts: 22

  • I love YaBB 1G - SP1!
Re: Is this for me
« Reply #43 on: March 22, 2009, 01:48:14 AM »
Ummmm. I was just wondering when my game is being loaded onto the website or did i forget to do something.

Thanks.

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Is this for me
« Reply #44 on: March 29, 2009, 12:40:49 AM »
I think it has been. The link in the downloads section is a link to a place contained within this websight.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.