The Dink Network

Reply to Odd problems...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 1st 2003, 06:41 AM
custom_odd.gif
Couldn't sleep so decided to work on a new spell I thought of trying to sleep. Go me.

I ran into some bizarre problems, tho. The most bizarre being that I cannot create a brain 6 sprite. I don't know what the deal is. I use normal, easy code:

create_sprite(250,250,6,98,1);

and it creates the write sprite, in the write place... but.. it does not loop the seq. I placed the same sprite in the editor, and it loops the seq. I used a var to check the brain of the sprite I created, and it turned up 6.

I strained myself forever on this, and I know it's something simple, because I know I've done this before. It's just weird. I don't know, tell me how stupid I am or whatever now.

And on another note entirely, is there any way to use stop_entire_game or whatever that command is in any way other than to stick it before a choice menu and have it stop again after the choice menu? Because that doesn't help me too much, really. I want to be able to stop the game, not have any choices, and tell it when to start again. Any suggestions?